We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7a554 commit a3216f0Copy full SHA for a3216f0
org.eclipse.lsp4j.debug/src/main/java/org/eclipse/lsp4j/debug/DebugProtocol.xtend
@@ -494,7 +494,9 @@ class ProcessEventArguments {
494
@NonNull
495
String name;
496
/**
497
- * The system process id of the debugged process. This property is missing for non-system processes.
+ * The process ID of the debugged process, as assigned by the operating system.
498
+ * This property should be omitted for logical processes that do not map to
499
+ * operating system processes on the machine.
500
* <p>
501
* This is an optional property.
502
*/
0 commit comments