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: docs/framework-debug.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The framework can be configured by creating or modifying the [`config/debug.yml`
22
22
| ---- | -----------
23
23
| `enabled` | Whether to enable Java debugging
24
24
| `port` | The port that the debug agent will listen on. Defaults to `8000`.
25
-
| `suspend` | Whether to suspend execution until a debugger has attached. Note, you cannot ssh to a container until the container has decided the application is running. Therefore when enabling this setting you must also push the application using the parameter `-u none` which disables container health checking.
25
+
| `suspend` | Whether to suspend execution until a debugger has attached. Note, you cannot ssh to a container until the container has decided the application is running. Therefore when enabling this setting you must also push the application using the parameter `-u process` which disables container health checking.
26
26
27
27
## Creating SSH Tunnel
28
28
After starting an application with debugging enabled, an SSH tunnel must be created to the container. To create that SSH container, execute the following command:
0 commit comments