Skip to content

Commit 5d5900c

Browse files
author
Daniel Mikusa
authored
Update framework-debug.md (#950)
Change from using `-u none` to `-u process`, as `none` is no longer supported on CF.
1 parent f73bdee commit 5d5900c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework-debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The framework can be configured by creating or modifying the [`config/debug.yml`
2222
| ---- | -----------
2323
| `enabled` | Whether to enable Java debugging
2424
| `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.
2626

2727
## Creating SSH Tunnel
2828
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

Comments
 (0)