Enumeration

IdeDebuggerStream

since: 44

Declaration

enum Ide.DebuggerStream

Description

The type of stream for the log message.

Available since: 44

Members

IDE_DEBUGGER_CONSOLE

Logging from the debugger console.

  • Value: 1
  • Nickname: console
  • Available since: 44
IDE_DEBUGGER_EVENT_LOG

Internal event log from the debugger that can be used to troubleshoot the debugger.

  • Value: 2
  • Nickname: log
  • Available since: 44
IDE_DEBUGGER_TARGET

Logging from the inferior process.

  • Value: 0
  • Nickname: target
  • Available since: 44