Fields

@:optionaloptionalsystemProcessId:Null<Int>

The system process id of the debugged process. This property will be missing for non-system processes.

@:optionaloptionalstartMethod:Null<ProcessEventStartMethod>

Describes how the debug engine started debugging this process.

@:optionaloptionalpointerSize: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.

@:optionaloptionalisLocalProcess:Null<Bool>

If true, the process is running on the same computer as the debug adapter.