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

Interface LaunchRequestArguments

src/mago.ts:7–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { SSHArguments, ValuesFormattingMode } from './backend/backend';
6
7export interface LaunchRequestArguments extends DebugProtocol.LaunchRequestArguments {
8 cwd: string;
9 target: string;
10 magomipath: string;
11 env: any;
12 debugger_args: string[];
13 arguments: string;
14 autorun: string[];
15 valuesFormatting: ValuesFormattingMode;
16 printCalls: boolean;
17 showDevDebugOutput: boolean;
18}
19
20export interface AttachRequestArguments extends DebugProtocol.AttachRequestArguments {
21 cwd: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected