Debugging in vscode #8401
Unanswered
alexander-kolarov-tiebreak
asked this question in
Help
Replies: 2 comments 2 replies
-
|
for me this works for nestJs, nextJs |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Is this a Turborepo or Turbopack question? |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I cant run debugger in VSCode.
Can you show some
launch.jsonthat would hit breakpoints inappsclient-side and server-side. Especially in server-side.I run the whole app from the root and want to debug
apps/app1for example.The only thing that worked(partially) was to run debug configuration directly in
apps/app1. Thus the breakpoint hits but the root task was not ran so the project did not work correctly.Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions