Does it give any extra info (is there a "more" button)?
Also please confirm your setup
1) Menu: Tools (may be settings or preferences on MAC?) > Options: Debugger > Backend
What backend is selected
2) Menu Project: Project Options > Compiler > Debugging
What "Type of debug info" is selected?
You can try different "DWARF" types here to see if the error goes away.
Can you also please go to Menu: View > Ide Internals > Debug output.
- Open this window (do that first)
- then run/debug your app to get the error
- Now copy the content of the "debug output" window
And sometimes the IDE prints extra info to STDOUT, so if you can open a terminal and start the IDE from the terminal, after the error check if there is any output.