Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
debug
DebugSource
Class DebugSource
Hierarchy
DebugSourceData
DebugSource
Index
Constructors
constructor
Properties
editor
Manager
label
Provider
raw
session
SCHEME
SCHEME_
PATTERN
Accessors
in
Memory
long
Name
name
uri
Methods
load
open
update
to
Uri
Constructors
constructor
new
Debug
Source
(
session
:
DebugSession
, editorManager
:
EditorManager
, labelProvider
:
LabelProvider
)
:
DebugSource
Parameters
session:
DebugSession
editorManager:
EditorManager
labelProvider:
LabelProvider
Returns
DebugSource
Properties
Protected
Readonly
editor
Manager
editor
Manager
:
EditorManager
Protected
Readonly
label
Provider
label
Provider
:
LabelProvider
Readonly
raw
raw
:
Source
Protected
Readonly
session
session
:
DebugSession
Static
SCHEME
SCHEME
:
string
= 'debug'
Static
SCHEME_
PATTERN
SCHEME_
PATTERN
:
RegExp
= ...
Accessors
in
Memory
get
inMemory
(
)
:
boolean
Returns
boolean
long
Name
get
longName
(
)
:
string
Returns
string
name
get
name
(
)
:
string
Returns
string
uri
get
uri
(
)
:
default
Returns
default
Methods
load
load
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
open
open
(
options
?:
EditorOpenerOptions
)
:
Promise
<
EditorWidget
>
Parameters
Optional
options:
EditorOpenerOptions
Returns
Promise
<
EditorWidget
>
update
update
(
data
:
Partial
<
DebugSourceData
>
)
:
void
Parameters
data:
Partial
<
DebugSourceData
>
Returns
void
Static
to
Uri
to
Uri
(
raw
:
Source
)
:
default
Parameters
raw:
Source
Returns
default
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
Source
constructor
editor
Manager
label
Provider
raw
session
SCHEME
SCHEME_
PATTERN
in
Memory
long
Name
name
uri
load
open
update
to
Uri