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
The code above works as expected, however if I put a breakpoint inside flowWrapped function and run task(5) in debug console the execution is aborted, the only thing I see is Canceled in debug console.
Description
I'd like to be able to run Futures in IDE's debug console while app is paused in debugger.
Reproduce
The code above works as expected, however if I put a breakpoint inside
flowWrapped
function and runtask(5)
in debug console the execution is aborted, the only thing I see isCanceled
in debug console.I've also prepared a repository where you can reproduce the issue https://github.com/mgrybyk/fibers-vscode
Expected Result
I'd like to be able to debug with Fibers! Any help is appreciated
Environment
4.0.2
The text was updated successfully, but these errors were encountered: