debugger: make F10/F11 start the app if not running and break on main

This commit is contained in:
hjk
2011-05-02 18:22:32 +02:00
parent 8dd71a9199
commit ccffed9385
5 changed files with 46 additions and 19 deletions

View File

@@ -64,6 +64,7 @@ public:
: isSnapshot(false),
attachPID(-1),
useTerminal(false),
breakOnMain(false),
qmlServerAddress(QLatin1String("127.0.0.1")),
qmlServerPort(0),
useServerStartScript(false),
@@ -85,6 +86,7 @@ public:
QString workingDirectory;
qint64 attachPID;
bool useTerminal;
bool breakOnMain;
// Used by AttachCrashedExternal.
QString crashParameter;