Replies: 1 comment
-
Did you get this working ? |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi everyone! I'm looking for a VS code configuration to be able to set up this project with a debugger.
I've tried a number of configurations but I'm unable to hit breakpoints even if the debugger is started.
The closest one I got to working is the following launch.json:
Where the dev script runs
turbo dev
In the logs, I see "address already in use"

I suspect that each package attempts to use the same debugger port.
Would anyone please be able to direct me to docs on how I could set up a debugger with VS code for my project.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions