Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit e73c34c

Browse files
committed
Edits based on feedback
Signed-off-by: Sarah Ishida <[email protected]>
1 parent 413ecdd commit e73c34c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/_documentations/troubleshooting.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following sections contain workarounds for issues that you might encounter w
3131
* [OpenAPI tools](#openapi-tools)
3232
* [Setting Codewind server log levels](#setting-codewind-server-log-levels)
3333
* [Collecting log files and environment data](#collecting-log-files-and-environment-data)
34-
* [Restoring lost connections](#restoring-lost-connections)
34+
* [Restoring lost debug connections](#restoring-lost-debug-connections)
3535

3636
## IDE Troubleshooting
3737

@@ -1013,16 +1013,16 @@ Install and enable the [Java Extension Pack](https://marketplace.visualstudio.co
10131013
Run the `attach debugger` command again. If the issue persists after a few attempts, restart the project in **Debug** mode a second time.
10141014
10151015
***
1016-
# Restoring lost connections
1016+
# Restoring lost debug connections
10171017
10181018
<!--
1019-
Action/Topic: Restoring lost connections
1019+
Action/Topic: Restoring lost debug connections
10201020
Issue type: bug
10211021
Issue link: https://github.com/eclipse/codewind/issues/3118
10221022
Codewind version: 0.13.0
10231023
-->
1024-
## Node.js remote debugging disconnects
1025-
The connection might be lost when debugging Node.js projects remotely.
1024+
## Remote debugging disconnects
1025+
The debug connection might be lost when debugging projects remotely.
10261026
10271027
**Workaround:** To reconnect if the remote debugger disconnects, right-click the project and select **Attach Debugger**.
10281028
If the remote debugger disconnects too frequently, modify the `streaming-connection-idle-timeout` parameter on the kubelet.

0 commit comments

Comments
 (0)