Skip to content

Commit f497475

Browse files
committed
Documentation polishing
This change polishes the Debug documentation.
1 parent 4f1ca7d commit f497475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework-debug.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ cf ssh -N -T -L <LOCAL_PORT>:localhost:<REMOTE_PORT> <APPLICATION_NAME>
3333

3434
The `REMOTE_PORT` should match the `port` configuration for the application (`8000` by default). The `LOCAL_PORT` can be any open port on your computer, but typically matches the `REMOTE_PORT` where possible.
3535

36-
Once the SSH tunnel has been created, your IDE should connect to `localhost:8000` for debugging.
36+
Once the SSH tunnel has been created, your IDE should connect to `localhost:<LOCAL_PORT>` for debugging.
3737

3838
![Eclipse Configuration](framework-debug-eclipse.png)
3939

0 commit comments

Comments
 (0)