Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
debug
DebugInlineValueDecorator
Class DebugInlineValueDecorator
Hierarchy
DebugInlineValueDecorator
Implements
FrontendApplicationContribution
Index
Constructors
constructor
Properties
editor
Service
enabled
preferences
word
ToLine
Numbers
Map
Methods
calculate
Decorations
create
Inline
Value
Decoration
create
Inline
Value
Decorations
Inside
Range
get
Word
ToPositions
Map
on
Start
update
Inline
Value
Decorations
Constructors
constructor
new
Debug
Inline
Value
Decorator
(
)
:
DebugInlineValueDecorator
Returns
DebugInlineValueDecorator
Properties
Protected
Readonly
editor
Service
editor
Service
:
MonacoEditorService
Protected
enabled
enabled
:
boolean
= false
Protected
Readonly
preferences
preferences
:
PreferenceProxy
<
DebugConfiguration
>
Protected
word
ToLine
Numbers
Map
word
ToLine
Numbers
Map
:
undefined
|
Map
<
string
,
Position
[]
>
= ...
Methods
calculate
Decorations
calculate
Decorations
(
debugEditorModel
:
DebugEditorModel
, stackFrame
:
undefined
|
DebugStackFrame
)
:
Promise
<
IDecorationOptions
[]
>
Parameters
debugEditorModel:
DebugEditorModel
stackFrame:
undefined
|
DebugStackFrame
Returns
Promise
<
IDecorationOptions
[]
>
Private
create
Inline
Value
Decoration
create
Inline
Value
Decoration
(
lineNumber
:
number
, contentText
:
string
)
:
IDecorationOptions
Parameters
lineNumber:
number
contentText:
string
Returns
IDecorationOptions
Private
create
Inline
Value
Decorations
Inside
Range
create
Inline
Value
Decorations
Inside
Range
(
expressions
:
readonly
ExpressionContainer
[]
, range
:
Range
, model
:
ITextModel
)
:
IDecorationOptions
[]
Parameters
expressions:
readonly
ExpressionContainer
[]
range:
Range
model:
ITextModel
Returns
IDecorationOptions
[]
Private
get
Word
ToPositions
Map
get
Word
ToPositions
Map
(
model
:
ITextModel
)
:
Map
<
string
,
Position
[]
>
Parameters
model:
ITextModel
Returns
Map
<
string
,
Position
[]
>
on
Start
on
Start
(
)
:
void
Returns
void
Protected
update
Inline
Value
Decorations
update
Inline
Value
Decorations
(
model
:
undefined
|
ITextModel
, stackFrame
:
undefined
|
DebugStackFrame
)
:
Promise
<
IDecorationOptions
[]
>
Parameters
model:
undefined
|
ITextModel
stackFrame:
undefined
|
DebugStackFrame
Returns
Promise
<
IDecorationOptions
[]
>
Exports
debug
Breakpoint
Manager
Breakpoint
Marker
Debug
Action
Debug
Breakpoint
Widget
Debug
Breakpoint
Widget
Commands
Debug
Commands
Debug
Configuration
Debug
Configuration
Manager
Debug
Configuration
Model
Debug
Console
Commands
Debug
Editor
Context
Commands
Debug
Error
Debug
Keybinding
Contexts
Debug
Menus
Debug
Session
Context
Commands
Debug
Thread
Context
Commands
Exception
Breakpoint
Expression
Container
Function
Breakpoint
Internal
Debug
Session
Options
Source
Breakpoint
VSCode
Debugger
Contribution
Virtual
Variable
Item
Debug
Inline
Value
Decorator
constructor
editor
Service
enabled
preferences
word
ToLine
Numbers
Map
calculate
Decorations
create
Inline
Value
Decoration
create
Inline
Value
Decorations
Inside
Range
get
Word
ToPositions
Map
on
Start
update
Inline
Value
Decorations