You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find that I cannot continue to a specific breakpoint id (skipping other breakpoints in the middle) in the CodeLLDB debug console. process continue works fine, but process continue -b <breakpoint_id> will crash CodeLLDB:
thread 'main' panicked at 'Cannot start a runtime from within a runtime. This happens because a function (like `block_on`) attempted to block the current thread while the thread is being used to drive asynchronous tasks.', adapter/codelldb/src/debug_session/breakpoints.rs:628:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Debug adapter exit code=0 (0x0), signal=null.
I am on vscode 1.86.1, CodeLLDB v1.10.0, on Linux X64. Anyone knows how to solve this or any workarounds?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I find that I cannot continue to a specific breakpoint id (skipping other breakpoints in the middle) in the CodeLLDB debug console.
process continue
works fine, butprocess continue -b <breakpoint_id>
will crash CodeLLDB:I am on vscode 1.86.1, CodeLLDB v1.10.0, on Linux X64. Anyone knows how to solve this or any workarounds?
Beta Was this translation helpful? Give feedback.
All reactions