Replies: 1 comment 1 reply
|
Not via the UI. For step-in (F11) CodeLLDB uses the equivalent of |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm debugging a multi-threaded program, and I'd like to control what threads make progress. In GDB, I'd
set scheduler-locking onand then step the thread I need to investigate. In LLDB, I'd use the--run-mode=this-threadparameter of thesicommand. Is there a way I can do this through the UI of this extension?All reactions