forked from qt-creator/qt-creator
debugger: make the selection of detach or kill explicit
Change-Id: I6f80047ad229e0be851b06a277ab2f899757828f Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -67,6 +67,7 @@ public:
|
||||
useServerStartScript(false),
|
||||
requestRemoteSetup(false),
|
||||
startMode(NoStartMode),
|
||||
closeMode(KillAtClose),
|
||||
executableUid(0),
|
||||
communicationChannel(CommunicationChannelTcpIp),
|
||||
serverPort(0),
|
||||
@@ -125,6 +126,7 @@ public:
|
||||
QString dumperLibrary;
|
||||
QStringList dumperLibraryLocations;
|
||||
DebuggerStartMode startMode;
|
||||
DebuggerCloseMode closeMode;
|
||||
|
||||
// For Symbian debugging.
|
||||
quint32 executableUid;
|
||||
|
||||
Reference in New Issue
Block a user