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
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
Readonly
editor
Service
editor
Service
:
MonacoEditorService
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
:
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
, debugEditorModel
:
DebugEditorModel
, stackFrame
:
DebugStackFrame
)
:
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
[]
)
:
string
Parameters
Rest
...
args:
string
[]
Returns
string
Private
get
Word
To
Positions
Map
get
Word
To
Positions
Map
(
model
:
ITextModel
|
ITextModel
)
:
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
:
DebugEditorModel
, model
:
undefined
|
ITextModel
, stackFrame
:
undefined
|
DebugStackFrame
)
:
Promise
<
IDecorationOptions
[]
>
Parameters
debugEditorModel:
DebugEditorModel
model:
undefined
|
ITextModel
stackFrame:
undefined
|
DebugStackFrame
Returns
Promise
<
IDecorationOptions
[]
>
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
Inline
Value
Decorator
constructor
editor
Service
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