This repository was archived by the owner on Nov 28, 2022. It is now read-only.
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The following sections contain workarounds for issues that you might encounter w
31
31
* [ OpenAPI tools] ( #openapi-tools )
32
32
* [ Setting Codewind server log levels] ( #setting-codewind-server-log-levels )
33
33
* [ 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 )
35
35
36
36
## IDE Troubleshooting
37
37
@@ -1013,16 +1013,16 @@ Install and enable the [Java Extension Pack](https://marketplace.visualstudio.co
1013
1013
Run the ` attach debugger` command again. If the issue persists after a few attempts, restart the project in ** Debug** mode a second time.
1014
1014
1015
1015
***
1016
- # Restoring lost connections
1016
+ # Restoring lost debug connections
1017
1017
1018
1018
< ! --
1019
- Action/Topic: Restoring lost connections
1019
+ Action/Topic: Restoring lost debug connections
1020
1020
Issue type: bug
1021
1021
Issue link: https://github.com/eclipse/codewind/issues/3118
1022
1022
Codewind version: 0.13.0
1023
1023
-->
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.
1026
1026
1027
1027
** Workaround:** To reconnect if the remote debugger disconnects, right-click the project and select **Attach Debugger** .
1028
1028
If the remote debugger disconnects too frequently, modify the ` streaming-connection-idle-timeout` parameter on the kubelet.
You can’t perform that action at this time.
0 commit comments