Enumeration

IdeDebuggerStream

Declaration

enum Ide.DebuggerStream

Description

The type of stream for the log message.

Members

IDE_DEBUGGER_CONSOLE

Logging from the debugger console.

  • Value: 1
  • Available since: 48
IDE_DEBUGGER_EVENT_LOG

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

  • Value: 2
  • Available since: 48
IDE_DEBUGGER_TARGET

Logging from the inferior process.

  • Value: 0
  • Available since: 48