forked from qt-creator/qt-creator
debugger: fix crash on "recheck debugging helper" when not debugging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user