-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debuggin works only with javascript, not typescript #104
Comments
Iirc, I had to set the mapping from JS to TS using an absolute rather than relative path in my tsconfig to get it to work, but then I could indeed debug from typescript directly. Haven't got the project in front of me to check, but if that doesn't work let me know and I'll see if I can find more details. |
Nothing helps, including writing the absolute path in |
Here's an example
I'm not sure exactly which of the options are required to have this functionality work, but I think what worked for me is having the For the VS Code debug config, I also had
|
I tried playing around with these options, without success. |
Did you manage to find a solution for this? |
Hello,
I've noticed that breakpoints only work when placing them in .jsx files... meaning .tsx file breakpoints are ignored, even though there sourcemaps.
Do I have anything misconfigured on my side, or is this the status quo?
Also
debugger;
statements are not caught, only breakpoints you mark actually do halt execution.The text was updated successfully, but these errors were encountered: