Describe the bug
Possibly the exact same as #2101. However, I am still experiencing this in the latest v1.96.0.
To Reproduce
Steps to reproduce the behavior:
- Clone https://github.com/KermanX/vsc-breakpoint-repro
- Run
pnpm i
- Add a breakpoint in
main.ts
- Open a JavaScript debug terminal in VSCode, and run
node ./run.js (or press F5)
- The breakpoint will hit, but in the transpiled one. But the file path is the same.

Log File
vscode-debugadapter-04947872.json.gz
VS Code Version: 1.96.0