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
When vitest@^0.30.0 in a TypeScript codebase, I'd like to set breakpoints while debugging.
The debugger doesn't recognize the breakpoints and either skips them or puts them in different lines, as well as returning earlier than expected, suggesting that the debugger is not using the correct source/source map.
Describe the bug
When
vitest@^0.30.0
in a TypeScript codebase, I'd like to set breakpoints while debugging.The debugger doesn't recognize the breakpoints and either skips them or puts them in different lines, as well as returning earlier than expected, suggesting that the debugger is not using the correct source/source map.
See video (repro steps & minimal example below):
repro.mp4
Reproduction
src/mycode.ts
Alternatively, instead of step 3, start a debugging session using the recommended launch settings in the vitest docs and observe the same behavior.
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: