Before I file a PR, does anyone else here use qtcreator? If so, have you found any workarounds to getting debugging to work?
How to reproduce:
Has anyone else run into this? If so, what did you do to work around it?
Thank you!
How to reproduce:
- Start qtcreator
- Create new Qt Widgets application
- Click the green triangle button with a blue bug over it ("Start debugging")
- Debugging doesn't start and the following is printed to the 'Program Output' pane:
Code:Debugging starts Debugging has failed Debugging has finished - On the command line, I receive this:
Code:Warning: HANDLE RUNCONTROL START FAILED (no active run control) Warning: State changed from EngineSetupFailed(2) to DebuggerFinished(22) [master] (no active run control) Warning: (gdb) (no active run control) Warning: QUIT DEBUGGER REQUESTED IN STATE 22 (no active run control) Warning: &"No symbol table is loaded. Use the \"file\" command.\n" (no active run control) Warning: 16^error,msg="No symbol table is loaded. Use the \"file\" command." (no active run control) Warning: (gdb) (no active run control)
Has anyone else run into this? If so, what did you do to work around it?
Thank you!