[Bug 73946] When a debugged program terminates KDevelop uses full CPU power

Joachim Eibl joachim.eibl at gmx.de
Mon Jun 7 01:03:40 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=73946      




------- Additional Comments From joachim.eibl gmx de  2004-06-06 23:03 -------
I investigated a bit and found the following comment in languages/cpp/debugger/gdbcontroller.cpp before method GDBController::programNoApp()

> // There is no app anymore. This can be caused by program exiting
> // an invalid program specified or ...
> // gdb is still running though, but only the run command (may) make sense
> // all other commands are disabled.

If run is the only command that makes sense, it's probably best to stop gdb completely when the program terminates.

Joachim




More information about the KDevelop-devel mailing list