MCPcopy Create free account
hub / github.com/WebFreak001/code-debug / AttachRequestArguments

Interface AttachRequestArguments

src/mago.ts:20–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20export interface AttachRequestArguments extends DebugProtocol.AttachRequestArguments {
21 cwd: string;
22 target: string;
23 magomipath: string;
24 env: any;
25 debugger_args: string[];
26 executable: string;
27 autorun: string[];
28 stopAtConnect: boolean;
29 valuesFormatting: ValuesFormattingMode;
30 printCalls: boolean;
31 showDevDebugOutput: boolean;
32}
33
34class MagoDebugSession extends MI2DebugSession {
35 public constructor(debuggerLinesStartAt1: boolean, isServer: boolean = false) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected