Search
Preparing search index...
The search index is not available
cmake-tools
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"debugger"
External module "debugger"
Index
Enumerations
Debugger
Type
Interfaces
Configuration
Debugger
Configuration
Type aliases
Debugger
Generators
DebuggerMIMode
Variables
log
Functions
check
Debugger
createGDBDebug
Configuration
createLLDBDebug
Configuration
createMSVCDebug
Configuration
get
Debug
Configuration
From
Cache
search
For
Compiler
Path
InCache
Object literals
DEBUG_
GEN
Type aliases
Debugger
Generators
Debugger
Generators
:
object
Type declaration
DebuggerMIMode
DebuggerMIMode
:
"gdb"
|
"lldb"
Variables
Const
log
log
:
Logger
= createLogger('debugger')
Functions
check
Debugger
check
Debugger
(
debuggerPath
:
string
)
:
Promise
<
boolean
>
Parameters
debuggerPath:
string
Returns
Promise
<
boolean
>
createGDBDebug
Configuration
createGDBDebug
Configuration
(
debuggerPath
:
string
, target
:
ExecutableTarget
)
:
Promise
<
Configuration
>
Parameters
debuggerPath:
string
target:
ExecutableTarget
Returns
Promise
<
Configuration
>
createLLDBDebug
Configuration
createLLDBDebug
Configuration
(
debuggerPath
:
string
, target
:
ExecutableTarget
)
:
Promise
<
Configuration
>
Parameters
debuggerPath:
string
target:
ExecutableTarget
Returns
Promise
<
Configuration
>
createMSVCDebug
Configuration
createMSVCDebug
Configuration
(
target
:
ExecutableTarget
)
:
Configuration
Parameters
target:
ExecutableTarget
Returns
Configuration
get
Debug
Configuration
From
Cache
get
Debug
Configuration
From
Cache
(
cache
:
CMakeCache
, target
:
ExecutableTarget
, platform
:
string
)
:
Promise
<
Configuration
|
null
>
Parameters
cache:
CMakeCache
target:
ExecutableTarget
platform:
string
Returns
Promise
<
Configuration
|
null
>
search
For
Compiler
Path
InCache
search
For
Compiler
Path
InCache
(
cache
:
CMakeCache
)
:
string
|
null
Parameters
cache:
CMakeCache
Returns
string
|
null
Object literals
Const
DEBUG_
GEN
DEBUG_
GEN
:
object
gdb
gdb
:
object
create
Config
create
Config
:
createGDBDebugConfiguration
= createGDBDebugConfiguration
mi
Mode
mi
Mode
:
"gdb"
= "gdb"
lldb
lldb
:
object
create
Config
create
Config
:
createLLDBDebugConfiguration
= createLLDBDebugConfiguration
mi
Mode
mi
Mode
:
"lldb"
= "lldb"
Globals
"debugger"
Debugger
Type
Configuration
Debugger
Configuration
Debugger
Generators
DebuggerMIMode
log
check
Debugger
createGDBDebug
Configuration
createLLDBDebug
Configuration
createMSVCDebug
Configuration
get
Debug
Configuration
From
Cache
search
For
Compiler
Path
InCache
DEBUG_
GEN
Generated using
TypeDoc