Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 616 Bytes

HOWTO_RUN_THE_SERVER_IN_A_DEBUGGER.md

File metadata and controls

8 lines (4 loc) · 616 Bytes

How to run the server in a debugger

This doc explains how to start Spoke's node app server so that you can debug it in a v8-inspector compliant debugging tool, such as Chrome DevTools or Jetbrains WebStorm

  1. Run npm run debug-server. This will start Spoke ready to accept debugging connections on the standard port (9229).

  2. Attach the tool of your choice, set breakpoints (or whatever else you may want to do), and be productive!