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
Does this issue occur when all extensions are disabled?: Yes/No
VS Code Version: 1.97.0
OS Version: windows 10
this was originally raised at nodejs/node#45196 a couple years ago but i was told it's an issue with vscode not nodejs. i've confirmed the issue still occurs on the latest vscode and node versions
Version
v18.10.0
Platform
Microsoft Windows NT 10.0.19044.0 x64
Subsystem
No response
What steps will reproduce the bug?
create a .ts file that imports from a package that includes the source code and source maps, for example:
compile it with typescript: tsc main.ts --sourcemap
in vscode, set a breakpoint on the exactly function call
run it with the nodejs debug console in vscode: node main.js
when the breakpoint is reached, hit F11 to step into the function
How often does it reproduce? Is there a required condition?
every time
What is the expected behavior?
steps into the source code located at ./node_modules/@detachhead/ts-helpers/src/functions/misc.ts, as the @detachhead/ts-helpers package includes its source code and source maps
What do you see instead?
stepped into compiled .js file
Additional information
debugging in webstorm produces a slightly different result. instead of stepping into the .js file when pressing "step into", it just steps over instead
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes/No
this was originally raised at nodejs/node#45196 a couple years ago but i was told it's an issue with vscode not nodejs. i've confirmed the issue still occurs on the latest vscode and node versions
The text was updated successfully, but these errors were encountered: