aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerrunner.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2010-07-21 17:06:22 +0200
committerhjk <[email protected]>2010-07-22 10:59:22 +0200
commit96561a38c719c528dd60723d170d0ae453223f6a (patch)
tree0a53056ee7f35b29661ebb26a7fb27e4c860ced8 /src/plugins/debugger/debuggerrunner.cpp
parent990dba7551aa1a4e61c13acd750ee589c8b9aaf6 (diff)
debugger: enable debugging of multiple projects at the same time
Diffstat (limited to 'src/plugins/debugger/debuggerrunner.cpp')
-rw-r--r--src/plugins/debugger/debuggerrunner.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggerrunner.cpp b/src/plugins/debugger/debuggerrunner.cpp
index 6ce74e6f977..6d6fed29eb7 100644
--- a/src/plugins/debugger/debuggerrunner.cpp
+++ b/src/plugins/debugger/debuggerrunner.cpp
@@ -208,7 +208,8 @@ QWidget *DebuggerRunControlFactory::createConfigurationWidget
DebuggerRunControl::DebuggerRunControl(RunConfiguration *runConfiguration,
DebuggerEngineType enabledEngines, const DebuggerStartParameters &sp)
- : RunControl(runConfiguration, ProjectExplorer::Constants::DEBUGMODE)
+ : RunControl(runConfiguration, ProjectExplorer::Constants::DEBUGMODE),
+ m_myRunConfiguration(runConfiguration)
{
m_running = false;
m_enabledEngines = enabledEngines;