View source
typedef TProcessEvent
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Fields
optionalsystemProcessId:Null<Int>
The system process id of the debugged process. This property will be missing for non-system processes.
optionalstartMethod:Null<ProcessEventStartMethod>
Describes how the debug engine started debugging this process.
optionalpointerSize:Null<Int>
The size of a pointer or address for this process, in bits. This value may be used by clients when formatting addresses for display.
name:String
The logical name of the process. This is usually the full path to process's executable file. Example: /home/example/myproj/program.js.
optionalisLocalProcess:Null<Bool>
If true, the process is running on the same computer as the debug adapter.