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: README.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
@@ -79,7 +79,7 @@ Please also check the documentation of [Language Support for Java by Red Hat](ht
79
79
-`hostName` (required, unless using `processId`) - The host name or IP address of remote debuggee.
80
80
-`port` (required, unless using `processId`) - The debug port of remote debuggee.
81
81
-`processId` - Use process picker to select a process to attach, or Process ID as integer.
82
-
-`${command:pickJavaProcess}` - Use process picker to select a process to attach.
82
+
-`${command:PickJavaProcess}` - Use process picker to select a process to attach.
83
83
- an integer pid - Attach to the specified local process.
84
84
-`timeout` - Timeout value before reconnecting, in milliseconds (default to 30000ms).
85
85
-`sourcePaths` - The extra source directories of the program. The debugger looks for source code from project settings by default. This option allows the debugger to look for source code in extra directories.
0 commit comments