-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Unable to debug imported variables under VSCode debugger #270
Comments
@privatenumber |
Away from computer now but try searching, there's a few IIRC. Also, search the roadmap. It should already be on it. |
Mmm, double checked it again, maybe you know issue that indirectly related to that problem that I cant see. Also in Roadmap in section 'Debugging' is empty (mean nothing about that). |
It's a debugger limitation, not tsx's limitation: I don't think this is always possible to map, but you can open an issue with VSCode or Chromium. |
Seems like vscode-js-debugger has some improved Also I find that __ |
Bug description
I aslo try:
but it does not matter.
Seems like in runtime code
debugMe
will be looks likeimport_importMe.debugMe
but sourceMap not refect that.Reproduction
index.ts
importMe.ts
Environment
Can you work on a fix?
The text was updated successfully, but these errors were encountered: