-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Set up debugger for Javascript/Typescript #4214
Comments
I looked around for the Is it in a different extension than here? I also checked using all the files inside the new vscode-js-debug extension to see if any of them worked, but none worked.
There was no JavaScript file inside the other folders (there were only JSON files in them). |
currently unsupported unless you make a wrapper |
OK then, I guess I'll keep an eye out for that issue. Thanks! |
Hey @MAST1999 looks like there's now some support for this? |
I don't know what it would take to make this work but it could be worth re-opening this issue now it looks possible |
Would love to see some update on this. I really like using Helix and getting a TS debugger working would be another step toward removing vscode for me. |
I was trying to set up the debugger for Javascript/Typescript and found this pull #574 and the example using the vscode debugger. Still, when I wanted to do it I found that the files in the debugger of vscode had changed drastically and I couldn't figure out how to set it up correctly.
Can you give me some help setting it up and maybe add it to the debugger wiki?
The text was updated successfully, but these errors were encountered: