yinghuitan added inline comments.
================
Comment at: lldb/tools/lldb-vscode/lldb-vscode.cpp:1790
g_vsc.focus_tid = thread.GetThreadID();
+ g_vsc.WillContinue();
thread.StepOver();
----------------
clayborg wrote:
> Remove and handle in "eStateStopped" or "eStateRunning" as previously
> mentioned because the command line on the debugger console can end up making
> the process continue.
Sure, I originally did not do this because I am not sure if a new debug event
with eStateRunning is guaranteed to generate. If that guarantee is provided,
sure.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105166/new/
https://reviews.llvm.org/D105166
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits