Skip to content
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

Closed
MAST1999 opened this issue Oct 11, 2022 · 6 comments
Closed

Set up debugger for Javascript/Typescript #4214

MAST1999 opened this issue Oct 11, 2022 · 6 comments

Comments

@MAST1999
Copy link

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?

@MAST1999
Copy link
Author

I looked around for the nodeDebug.js file used in the pull request but didn't find it.

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.

adapter  ui                                     bootloader.bundle.js              diagnosticTool.bundle.js  hash.bundle.js       watchdog.bundle.js
dap      25b0f220a897d7433728f6f34169bdbf.node  bootloader.bundle.js.LICENSE.txt  extension.js              mappings.wasm        watchdog.bundle.js.LICENSE.txt
targets  binder.nls.metadata.json               chromehash_bg.wasm                extension.js.LICENSE.txt  terminateProcess.sh

There was no JavaScript file inside the other folders (there were only JSON files in them).

@markisha64
Copy link

currently unsupported unless you make a wrapper
microsoft/vscode-js-debug#926

@MAST1999
Copy link
Author

OK then, I guess I'll keep an eye out for that issue.

Thanks!

@jasonwilliams
Copy link

Hey @MAST1999 looks like there's now some support for this?
microsoft/vscode-js-debug#926 (comment)

@jasonwilliams
Copy link

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

@Enqueued
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants