debugger: fix crash on "recheck debugging helper" when not debugging

This commit is contained in:
hjk
2009-06-19 13:09:50 +02:00
parent a360c65e4d
commit 920880eb96
2 changed files with 2 additions and 1 deletions

View File

@@ -118,6 +118,7 @@ enum DebuggerStatus
enum DebuggerStartMode
{
NoStartMode,
StartInternal, // Start current start project's binary
StartExternal, // Start binary found in file system
AttachExternal, // Attach to running process by process id