Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "debugger"

Index

Type aliases

DebuggerGenerators

DebuggerGenerators: object

Type declaration

DebuggerMIMode

DebuggerMIMode: "gdb" | "lldb"

Variables

Const log

log: Logger = createLogger('debugger')

Functions

checkDebugger

  • checkDebugger(debuggerPath: string): Promise<boolean>
  • Parameters

    • debuggerPath: string

    Returns Promise<boolean>

createGDBDebugConfiguration

createLLDBDebugConfiguration

createMSVCDebugConfiguration

getDebugConfigurationFromCache

searchForCompilerPathInCache

  • searchForCompilerPathInCache(cache: CMakeCache): string | null

Object literals

Const DEBUG_GEN

DEBUG_GEN: object

gdb

gdb: object

createConfig

createConfig: createGDBDebugConfiguration = createGDBDebugConfiguration

miMode

miMode: "gdb" = "gdb"

lldb

lldb: object

createConfig

createConfig: createLLDBDebugConfiguration = createLLDBDebugConfiguration

miMode

miMode: "lldb" = "lldb"

Generated using TypeDoc