Gjsify LogoGjsify Logo

This enumeration is used to defined the different state of the debugger.

Index

Enumeration Members

BUSY: number

Debugger is executing a command, it can enter in another at the end of the command.

PROGRAM_LOADED: number

Debugger is started and has a program loaded.

PROGRAM_RUNNING: number

Debugger is started and has a program running.

PROGRAM_STOPPED: number

Debugger is started and has a program stopped.

STARTED: number

Debugger is started but no program is loaded.

STOPPED: number

Debugger is stopped.

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