-
Notifications
You must be signed in to change notification settings - Fork 548
Debugging Gauzy Backend
Ruslan Konviser edited this page Jun 20, 2020
·
3 revisions
- Run the Gauzy API using
yarn start:api
command. - 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
) - Select
Debug Server
run configuration from the configuration selection menu and click on Start Debugging (green play) button. - 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