Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
debug
DebugInlineValueDecorator
Class DebugInlineValueDecorator
Implements
FrontendApplicationContribution
Index
Constructors
constructor
Properties
enabled
preferences
word
To
Line
Numbers
Map
Methods
calculate
Decorations
create
Inline
Value
Decoration
create
Inline
Value
Decorations
Inside
Range
format
Inline
Value
get
Word
To
Positions
Map
on
Start
update
Inline
Value
Decorations
Constructors
constructor
new
Debug
Inline
Value
Decorator
(
)
:
DebugInlineValueDecorator
Returns
DebugInlineValueDecorator
Properties
Protected
enabled
enabled
:
boolean
= false
Protected
Readonly
preferences
preferences
:
DebugPreferences
Protected
word
To
Line
Numbers
Map
word
To
Line
Numbers
Map
:
undefined
|
Map
<
string
,
Position
[]
>
= ...
Methods
calculate
Decorations
calculate
Decorations
(
debugEditorModel
,
stackFrame
)
:
Promise
<
IDecorationOptions
[]
>
Parameters
debugEditorModel
:
DebugEditorModel
stackFrame
:
undefined
|
DebugStackFrame
Returns
Promise
<
IDecorationOptions
[]
>
Private
create
Inline
Value
Decoration
create
Inline
Value
Decoration
(
lineNumber
,
contentText
)
:
IDecorationOptions
Parameters
lineNumber
:
number
contentText
:
string
Returns
IDecorationOptions
Private
create
Inline
Value
Decorations
Inside
Range
create
Inline
Value
Decorations
Inside
Range
(
expressions
,
range
,
model
,
debugEditorModel
,
stackFrame
)
:
Promise
<
IDecorationOptions
[]
>
Parameters
expressions
:
readonly
ExpressionContainer
[]
range
:
Range
model
:
ITextModel
debugEditorModel
:
DebugEditorModel
stackFrame
:
DebugStackFrame
Returns
Promise
<
IDecorationOptions
[]
>
Protected
format
Inline
Value
format
Inline
Value
(
...
args
)
:
string
Parameters
Rest
...
args
:
string
[]
Returns
string
Private
get
Word
To
Positions
Map
get
Word
To
Positions
Map
(
model
)
:
Map
<
string
,
Position
[]
>
Parameters
model
:
ITextModel
|
ITextModel
Returns
Map
<
string
,
Position
[]
>
on
Start
on
Start
(
)
:
void
Returns
void
Protected
update
Inline
Value
Decorations
update
Inline
Value
Decorations
(
debugEditorModel
,
model
,
stackFrame
)
:
Promise
<
IDecorationOptions
[]
>
Parameters
debugEditorModel
:
DebugEditorModel
model
:
undefined
|
ITextModel
stackFrame
:
undefined
|
DebugStackFrame
Returns
Promise
<
IDecorationOptions
[]
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
enabled
preferences
word
To
Line
Numbers
Map
calculate
Decorations
create
Inline
Value
Decoration
create
Inline
Value
Decorations
Inside
Range
format
Inline
Value
get
Word
To
Positions
Map
on
Start
update
Inline
Value
Decorations
Theia TypeDoc
Loading...