Skip to content

Commit

Permalink
Fix ros runstep attach to process
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Feb 3, 2019
1 parent 616d2b1 commit 942ae9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project_manager/ros_run_configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ void ROSDebugRunWorker::pidFound(ProjectExplorer::DeviceProcessItem process)
setStartMode(Debugger::AttachExternal);
setCloseMode(Debugger::DetachAtClose);
setContinueAfterAttach(m_debugContinueOnAttach);
startRunControl();
DebuggerRunTool::start();
}

void ROSDebugRunWorker::findProcess()
Expand Down

0 comments on commit 942ae9c

Please sign in to comment.