Bug 62992 - gdb stays open if app file name does not exist
Summary: gdb stays open if app file name does not exist
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: git master
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-20 06:20 UTC by Jon Smirl
Modified: 2003-09-04 22:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Smirl 2003-08-20 06:20:26 UTC
Version:           CVS (using KDE KDE 3.1)
Installed from:    RedHat RPMs

Gdb stays open if app file name does not exist. 
It also stays open if the program does an exit().

I can type 'quit' to close the window but gdb still seems to be active.

If I make changes, compile, restart gdb ofter dies probably becuase copy it is debugging doesn't machine one on disk? This only happens when I am in the quasi open mode after an exit() or invalid app name.
Comment 1 Harald Fernengel 2003-09-04 22:04:07 UTC
afaik this is intended behaviour, use the "Stop" Button to kill gdb in those 
cases.