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
Copy file name to clipboardExpand all lines: src/webapp/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,3 +62,6 @@ The flow to add a Datakinder user is different from adding a user to an institut
62
62
63
63
In general, the service account used to run this service in GCP will also need to be granted Databricks access in the equivalent environment.
64
64
65
+
### Local VSCode Debugging
66
+
67
+
From the Run & Debug panel (⇧⌘D on 🍎) you can run the [debug launch config](../../.vscode/launch.json) for the webapp or worker modules. This will allow you to set breakpoints within the source code while the applications are running.
0 commit comments