Global

Type Definitions

DebuggerCommandsConfiguration

Type:
  • Object
Properties:
Name Type Description
log string | Writable

If a string, path to a log file, else a Writable stream.

Source:

DebuggerHostConfiguration

Type:
  • Object
Properties:
Name Type Description
log string | Writable

If a string, path to a log file, else a Writable stream.

port int

The port to listen on.

Source:

ParserConfiguration

Type:
  • Object
Properties:
Name Type Description
log string | Writable

If a string, path to a log file, else a Writable stream.

Source: