Skip to content

How to set up server debugging using Google Chrome browser

Christopher Keith edited this page Oct 19, 2022 · 15 revisions

Run server to run with debug switch

  • yarn debug:server
  • image

Connect

  • image
  • image

Allow Chrome to access your filesystem

  • image
  • Click "Allow" in banner at top of window (do for each folder)
  • image

Open a file

  • image
  • image

Specify as much of the path as possible to reduce duplicates

  • image
  • Path for files in Docker container
  • image

Debug

  • Click on line number to set breakpoint
  • image
  • View variables, stack, step through, etc. in right pane
  • image