------- 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=111828 Summary: Debugger fronend in incorrect state Product: kdevelop Version: unspecified Platform: Fedora RPMs OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: leonp plris com Version: 3.2.90 (using KDE KDE 3.3.2) Installed from: Fedora RPMs OS: Linux Starting debugger kdevelop suppose that gdb is in running state. This is incorrect in some cases. In my case starting gdb and loading .gdbinit is the starting operation. Nothing is still loaded and running. Now, I press Cntrl-C ("stop" button with 2 verticals) and now I can enter commands. Good. My .gdbinit has macro which sets program counter and runs some program, which nust run 1s before my application get loaded. The script contains "continue" command and waits for Ctrl-C to be pressed. But I can not press it as the front end thinks the gdb is in prompt!