Author Topic: debugger auto resume  (Read 3078 times)

Offline reverser

  • Multiple posting newcomer
  • *
  • Posts: 17
debugger auto resume
« 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?

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: debugger auto resume
« Reply #1 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)

Offline reverser

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: debugger auto resume
« Reply #2 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.