Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
debug
DebugStackFrame
Class DebugStackFrame
Hierarchy
DebugStackFrameData
DebugStackFrame
Implements
TreeElement
Index
Constructors
constructor
Properties
_source
raw
scopes
session
thread
Accessors
id
range
source
Methods
do
Get
Scopes
get
Most
Specific
Scopes
get
Scopes
open
render
render
File
restart
to
Args
update
Constructors
constructor
new
Debug
Stack
Frame
(
thread
:
DebugThread
, session
:
DebugSession
)
:
DebugStackFrame
Parameters
thread:
DebugThread
session:
DebugSession
Returns
DebugStackFrame
Properties
Protected
_source
_source
:
undefined
|
DebugSource
Readonly
raw
raw
:
StackFrame
Protected
scopes
scopes
:
undefined
|
Promise
<
DebugScope
[]
>
Readonly
session
session
:
DebugSession
Readonly
thread
thread
:
DebugThread
Accessors
id
get
id
(
)
:
string
Returns
string
range
get
range
(
)
:
undefined
|
IRange
Returns
undefined
|
IRange
source
get
source
(
)
:
undefined
|
DebugSource
Returns
undefined
|
DebugSource
Methods
Protected
do
Get
Scopes
do
Get
Scopes
(
)
:
Promise
<
DebugScope
[]
>
Returns
Promise
<
DebugScope
[]
>
get
Most
Specific
Scopes
get
Most
Specific
Scopes
(
range
:
IRange
)
:
Promise
<
DebugScope
[]
>
Parameters
range:
IRange
Returns
Promise
<
DebugScope
[]
>
get
Scopes
get
Scopes
(
)
:
Promise
<
DebugScope
[]
>
Returns
Promise
<
DebugScope
[]
>
open
open
(
options
?:
WidgetOpenerOptions
)
:
Promise
<
undefined
|
EditorWidget
>
Parameters
options:
WidgetOpenerOptions
= ...
Returns
Promise
<
undefined
|
EditorWidget
>
render
render
(
)
:
ReactNode
Returns
ReactNode
Protected
render
File
render
File
(
)
:
ReactNode
Returns
ReactNode
restart
restart
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Protected
to
Args
to
Args<T>
(
arg
?:
T
)
:
{
frameId
:
number
}
&
T
Type parameters
T
:
object
Parameters
Optional
arg:
T
Returns
{
frameId
:
number
}
&
T
update
update
(
data
:
Partial
<
DebugStackFrameData
>
)
:
void
Parameters
data:
Partial
<
DebugStackFrameData
>
Returns
void
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
Stack
Frame
constructor
_source
raw
scopes
session
thread
id
range
source
do
Get
Scopes
get
Most
Specific
Scopes
get
Scopes
open
render
render
File
restart
to
Args
update