Skip to content

Debugging Gauzy Backend

Ruslan Konviser edited this page Jun 20, 2020 · 3 revisions

How to debug Gauzy backend using VS Code?

  1. Run the Gauzy API using yarn start:api command.
  2. To start debugging, bring up the Run view, select the Run icon in the Activity Bar on the side of VS Code. You can also use the keyboard shortcut( macOS: ⇧⌘D, Windows: Ctrl+Shift+D)
  3. Select Debug Server run configuration from the configuration selection menu and click on Start Debugging (green play) button.
  4. Debug the backend at breakpoints.

For more details, read VS Code official documentation on debugging

See https://www.screencast.com/t/ri9RU0rsIbN and https://github.com/ever-co/gauzy/pull/1480