ProcessEventBody class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
isLocalProcess
→ bool ?
If true, the process is running on the same computer as the debug adapter.
final
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.
final
pointerSize
→ 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.
final
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
startMethod
→ String ?
Describes how the debug engine started debugging this process.
final
systemProcessId
→ int ?
The process ID of the debugged process, as assigned by the operating
system. This property should be omitted for logical processes that do not
map to operating system processes on the machine.
final