Open elemental-mind opened 1 month ago
i have the same issue
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?
console.log(moduleLevelVariable);