Gjsify LogoGjsify Logo

Hierarchy

  • DebuggerIface

Index

Constructors

Properties

name: string

Methods

  • attach(obj: Debugger, pid: number, sourceSearchDirectories: string[]): boolean
  • frameChanged(obj: Debugger, frame: number, thread: number): void
  • handleSignal(obj: Debugger, name: string, stop: boolean, print: boolean, ignore: boolean): boolean
  • load(obj: Debugger, file: string, mimeType: string, sourceSearchDirectories: string[]): boolean
  • programMoved(obj: Debugger, pid: number, tid: number, address: number, file: string, line: number): void
  • runFrom(obj: Debugger, file: string, line: number): boolean
  • runTo(obj: Debugger, file: string, line: number): boolean
  • sendCommand(obj: Debugger, command: string): boolean
  • setEnvironment(obj: Debugger, env: string): boolean
  • setFrame(obj: Debugger, frame: number): boolean
  • setThread(obj: Debugger, thread: number): boolean
  • setWorkingDirectory(obj: Debugger, dir: string): boolean
  • signalReceived(obj: Debugger, name: string, description: string): void
  • start(obj: Debugger, args: string, terminal: boolean, stop: boolean): boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method