You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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