View source
typedef AttachRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Attach request; value of command field is 'attach'. The attach request is sent from the client to the debug adapter to attach to a debuggee that is already running. Since attaching is debugger/runtime specific, the arguments for this request are not part of this specification.