How to debug front-end code with vscode? #135
Answered
by
ndoschek
davidxwwang
asked this question in
Coffee Editor
-
How to debug front-end code with vscode? |
Beta Was this translation helpful? Give feedback.
Answered by
ndoschek
Mar 11, 2022
Replies: 1 comment
-
Hi @davidxwwang! Here you can see it in action: You can also check out the VSCode docs about Browser debugging. Hope that helps and best wishes, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ndoschek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @davidxwwang!
You can debug frontend code in VSCode by starting the launch configuration
Launch Browser Frontend
in the 'Run and Debug' view. This will open a separate Chrome instance via the VSCode extension Debugger for Chrome for example (under the precondition that the servers were already started).Here you can see it in action:
You can also check out the VSCode docs about Browser debugging.
Hope that helps and best wishes,
Nina