Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DebugMain

Hierarchy

  • DebugMain

Implemented by

Index

Methods

$addBreakpoints

  • $addBreakpoints(breakpoints: Breakpoint[]): Promise<void>

$appendLineToDebugConsole

  • $appendLineToDebugConsole(value: string): Promise<void>

$appendToDebugConsole

  • $appendToDebugConsole(value: string): Promise<void>

$customRequest

  • $customRequest(sessionId: string, command: string, args?: any): Promise<Response>

$registerDebuggerContribution

  • $registerDebuggerContribution(description: DebuggerDescription): Promise<void>

$removeBreakpoints

  • $removeBreakpoints(breakpoints: string[]): Promise<void>

$startDebugging

  • $startDebugging(folder: undefined | WorkspaceFolder, nameOrConfiguration: string | DebugConfiguration, options: DebugSessionOptions): Promise<boolean>

$unregisterDebuggerConfiguration

  • $unregisterDebuggerConfiguration(debugType: string): Promise<void>