TypeScript breakpoints not working when debugging example project #184
Unanswered
vitaliy00000
asked this question in
Q&A
Replies: 1 comment
|
Hi. That seems more like a configuration issue with VS 2026. Edit: the docs also says the following: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When debugging the example project from this repository, TypeScript breakpoints do not work in the original .ts source files. The debugger only stops on breakpoints if they are set in files shown under the Script Documents section in Visual Studio.
To Reproduce
Steps to reproduce the behavior::
Expected behavior
Breakpoints set in the original TypeScript source files should be hit during debugging without needing to use files from the Script Documents section.
Device (please complete the following information):
All reactions