Debugging with Visual Studio Code¶
If the application is started with the --debug
flag, then you can use the built-in debug configurations to step through your code.
- Debug (Edge) will open up Edge in remote debugging mode and also connect to the server side for debugging
- Debug (Chrome) will open up Chrome in remote debugging mode and also connect to the server side for debugging
- Attach to server will only connect to the server side for debugging
- Launch client (Edge) will only open up Edge in remote debugging mode
- Launch client (Chrome) will only open up Chrome in remote debugging mode