Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
debug
DebugHoverSource
Class DebugHoverSource
Hierarchy
TreeSource
DebugHoverSource
Index
Constructors
constructor
Properties
_expression
elements
sessions
Accessors
expression
Methods
do
Evaluate
do
Find
Variable
evaluate
find
Variable
get
Elements
render
Title
reset
Constructors
constructor
new
Debug
Hover
Source
(
options
?:
TreeSourceOptions
)
:
DebugHoverSource
Parameters
Optional
options:
TreeSourceOptions
Returns
DebugHoverSource
Properties
Protected
_expression
_expression
:
undefined
|
DebugVariable
|
ExpressionItem
Protected
elements
elements
:
TreeElement
[]
= []
Protected
Readonly
sessions
sessions
:
DebugSessionManager
Accessors
expression
get
expression
(
)
:
undefined
|
DebugVariable
|
ExpressionItem
Returns
undefined
|
DebugVariable
|
ExpressionItem
Methods
Protected
do
Evaluate
do
Evaluate
(
expression
:
string
)
:
Promise
<
undefined
|
DebugVariable
|
ExpressionItem
>
Parameters
expression:
string
Returns
Promise
<
undefined
|
DebugVariable
|
ExpressionItem
>
Protected
do
Find
Variable
do
Find
Variable
(
owner
:
ExpressionContainer
, namesToFind
:
string
[]
)
:
Promise
<
undefined
|
DebugVariable
>
Parameters
owner:
ExpressionContainer
namesToFind:
string
[]
Returns
Promise
<
undefined
|
DebugVariable
>
evaluate
evaluate
(
expression
:
string
)
:
Promise
<
undefined
|
DebugVariable
|
ExpressionItem
>
Parameters
expression:
string
Returns
Promise
<
undefined
|
DebugVariable
|
ExpressionItem
>
Protected
find
Variable
find
Variable
(
namesToFind
:
string
[]
)
:
Promise
<
undefined
|
DebugVariable
>
Parameters
namesToFind:
string
[]
Returns
Promise
<
undefined
|
DebugVariable
>
get
Elements
get
Elements
(
)
:
IterableIterator
<
TreeElement
>
Returns
IterableIterator
<
TreeElement
>
Protected
render
Title
render
Title
(
element
:
DebugVariable
|
ExpressionItem
)
:
ReactNode
Parameters
element:
DebugVariable
|
ExpressionItem
Returns
ReactNode
reset
reset
(
)
:
void
Returns
void
Modules
bulk-
edit
callhierarchy
console
core
debug
Breakpoint
Manager
Breakpoint
Marker
Debug
Action
Debug
Breakpoint
Widget
Debug
Breakpoint
Widget
Commands
Debug
Commands
Debug
Compound
Debug
Configuration
Debug
Configuration
Manager
Debug
Configuration
Model
Debug
Console
Commands
Debug
Editor
Context
Commands
Debug
Error
Debug
Event
Types
Debug
Keybinding
Contexts
Debug
Menus
Debug
Session
Context
Commands
Debug
Session
Options
Debug
Thread
Context
Commands
Exception
Breakpoint
Expression
Container
Function
Breakpoint
Instruction
Breakpoint
Internal
Debug
Session
Options
Source
Breakpoint
VSCode
Debugger
Contribution
Virtual
Variable
Item
editor
editor-
preview
electron
external-
terminal
file-
search
filesystem
getting-
started
git
keymaps
markers
memory-
inspector
messages
metrics
mini-
browser
monaco
navigator
outline-
view
output
plugin
plugin-
dev
plugin-
ext
plugin-
ext-
vscode
plugin-
metrics
preferences
preview
process
property-
view
scm
scm-
extra
search-
in-
workspace
secondary-
window
task
terminal
timeline
toolbar
typehierarchy
userstorage
variable-
resolver
vsx-
registry
workspace
Debug
Hover
Source
constructor
_expression
elements
sessions
expression
do
Evaluate
do
Find
Variable
evaluate
find
Variable
get
Elements
render
Title
reset