News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

debugger auto resume

Started by reverser, October 22, 2020, 10:35:16 AM

Previous topic - Next topic

reverser

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?

BlueHazzard

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)

reverser

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.