How to debug CLI #4239
Unanswered
RunDevelopment
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Is there anything special about A quick google just gave me this: https://code.visualstudio.com/docs/languages/rust#_debugging, which is pretty much what I use as well. |
Beta Was this translation helpful? Give feedback.
7 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.
-
Summary
How I can attach a debugger to the CLI for tests. I want to debug the JS code gen part but couldn't find any docs for debugging.
I'm using VSCode btw and I cannot figure it out.
Additional Details
I would also like to add how to do it to the docs once I know.
Beta Was this translation helpful? Give feedback.
All reactions