forked from qt-creator/qt-creator
DAP: Fix start CMake debug mode
Change-Id: I2951142736b0e6ccf2b08a7bd78b08b1e96bca6f Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1724,7 +1724,6 @@ RunControl *DebuggerPluginPrivate::attachToRunningProcess(Kit *kit,
|
||||
debugger->setStartMode(AttachToLocalProcess);
|
||||
debugger->setCloseMode(DetachAtClose);
|
||||
debugger->setContinueAfterAttach(contAfterAttach);
|
||||
debugger->setCmakeDapDebugging(processInfo.executable.endsWith(QLatin1String("cmake")));
|
||||
|
||||
debugger->startRunControl();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user