Code::Blocks Forums

User forums => Help => Topic started by: reverser on October 22, 2020, 10:35:16 am

Title: debugger auto resume
Post by: reverser on October 22, 2020, 10:35:16 am
hi all
i reinstalled C::B but the problem persists
i put a bp on a line dbger stops but resumes the app after a few second and log shows " application returned 0"
what might be the problem?
Title: Re: debugger auto resume
Post by: BlueHazzard on October 22, 2020, 01:44:49 pm
Enable the full debug log:
Settings->Debugger->Enable full debug log

and post the log found in the Debug log tab of the log pane here in code tags (the # symbol in the forum editor)

One reason is, tat your application crashes, or terminates...
Or you have a bad gdb (the version shipped with codeblocks is probably broken)
Title: Re: debugger auto resume
Post by: reverser on October 22, 2020, 03:11:37 pm
well, the culprit was assembly view window. i closed it and the debugger worked fine so far. ill update this thread if discovered any further issues.