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 am not sure anything can be done in the extension. One problem is that the extension does not provide the debugger. It's by a built-in vscode-js-debug extension. I can't find any documentation suggesting another extension can "adjust" its behaviour. Another is that the variable in the generated code is too different from the source code. It'll be pretty hard to map it back, at least in the extension.
Description
When debugging with VSCode, the internal structure of runes is shown on variable hover and in watch panel.
Proposed solution
Hover and watch should show the actual value inside the rune
Alternatives
This is a quick and dirty workaround for watch
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered: