Variables

@:value(cast "attach")@:enum@:implinlineread onlyAttach:ProcessEventStartMethod = "attach"

Debugger attached to an existing process.

@:value(cast "attachForSuspendedLaunch")@:enum@:implinlineread onlyAttachForSuspendedLaunch:ProcessEventStartMethod = "attachForSuspendedLaunch"

A project launcher component has launched a new process in a suspended state and then asked the debugger to attach.

@:value(cast "launch")@:enum@:implinlineread onlyLaunch:ProcessEventStartMethod = "launch"

Process was launched under the debugger.