You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2019. It is now read-only.
A significant number of team members are using vscode for their development environment.
A significant number of team members don't know how to debug the sync server. This is especially important now that the server can be run with keycloak.
To Do
Create a vscode launch configuration that allows developers to debug the server in a number of ways.
Debug the server (With no authentication enabled)
Debug the server (With authentication enabled)
Add a section to the Readme on how to use the launch configuration
Add a section in the Readme on how to debug using node --inspect (or whatever is the easiest)