Debugger: Don't issue monitor commands for local debugging

Change-Id: I8a81ae78a279b6f5cc354dde3ba0814b3a650d06
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
hjk
2014-10-09 00:13:33 +02:00
parent eb3584d2d8
commit 1bb2f04d4d
3 changed files with 5 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ enum DebuggerStartMode
enum DebuggerCloseMode
{
KillAtClose,
KillAndExitMonitorAtClose,
DetachAtClose
};