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
{{ message }}
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
I don't think we can actually do this with CDP, since we get all the frames at once in the Debugger.paused event. I don't know that it's a problem though.
Sending info across the wire about lots of frames has bogged down the connection in the past, so we have the option to lazy load them. This might have been more of a problem with the legacy node debug protocol connection, than the connection between the debug adapter and vscode, though.
P2, 1 day?
Currently we only show 20 frames but now the framework supports this
The text was updated successfully, but these errors were encountered: