Bug 182834

Summary: Debugger disabled after starting it once fails
Product: [Applications] kdevelop Reporter: Thomas McGuire <mcguire>
Component: CPP DebuggerAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: normal CC: apaku
Priority: NOR    
Version: git master   
Target Milestone: 4.0.0   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Thomas McGuire 2009-02-02 09:21:56 UTC
Version:           SVN trunk (using KDE 4.2.0)
Installed from:    Compiled From Sources

If I use Run->Start to start the debugger, but haven't got an executable target specified, starting will of course fail.

However, after this, I'm unable to try that again, all debugger actions are disabled. I have to restart KDevelop to try again.

Also, after the error message, the debugger should stop itself. Right now, I have to use Run->Stop Jobs->GDB to do that manually (but this doesn't help against the disabled actions).
Comment 1 Andreas Pakulat 2009-02-02 12:15:49 UTC
yeah, the gdb support is currently considered non-working, so don't even try :)
Comment 2 Andreas Pakulat 2009-02-08 19:22:41 UTC
*** Bug 183717 has been marked as a duplicate of this bug. ***
Comment 3 Thomas McGuire 2009-02-18 20:31:10 UTC
Seems to be fixed now.

But I still can't start the debugger because of bug 182771 and bug 182768.