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 problem occurs both in debuggers based on Debug Adapter (tested on WebStorm, logs)
and in the WebKit debugger (debug.bun.sh)
It looks like the problem is somewhere in the runtime itself, because I checked the same example in Safari and the variable is displayed there.
What version of Bun is running?
1.1.30-canary.71+af82a446d, VSCode Extension Version v0.0.15
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What steps can reproduce the bug?
What is the expected behavior?
Module variables should be displayed in the "variables" tab.
In the example given,
moduleLevelVariable
should be displayed with a value of 1000.What do you see instead?
The variable
moduleLevelVariable
does not get displayed. It also does not appear under the "Globals" group.Additional information
No response
The text was updated successfully, but these errors were encountered: