We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354f429 commit 063192bCopy full SHA for 063192b
lldb/tools/lldb-dap/Handler/RequestHandler.cpp
@@ -215,7 +215,8 @@ llvm::Error BaseRequestHandler::LaunchProcess(
215
216
// Make sure the process is launched and stopped at the entry point before
217
// proceeding.
218
- lldb::SBError error = dap.WaitForProcessToStop(arguments.configuration.timeout);
+ lldb::SBError error =
219
+ dap.WaitForProcessToStop(arguments.configuration.timeout);
220
if (error.Fail())
221
return ToError(error);
222
0 commit comments