Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
debug
DebugSourceBreakpoint
Class DebugSourceBreakpoint
Hierarchy
DebugBreakpoint
<
SourceBreakpoint
>
DebugSourceBreakpoint
Implements
TreeElement
Index
Constructors
constructor
Properties
breakpoints
editor
Manager
label
Provider
origins
raw
session
uri
Accessors
column
condition
enabled
end
Column
end
Line
hit
Condition
id
id
From
Adapter
installed
line
log
Message
message
origin
source
verified
Methods
do
Get
Decoration
do
Remove
do
Render
get
Breakpoint
Decoration
get
Decoration
get
Disabled
Breakpoint
Decoration
get
Unsupported
Breakpoint
Decoration
get
Unverified
Breakpoint
Decoration
is
Enabled
open
remove
render
render
Position
set
Breakpoint
Enabled
set
Enabled
update
update
Origins
Constructors
constructor
new
Debug
Source
Breakpoint
(
origin
:
SourceBreakpoint
, options
:
DebugBreakpointOptions
)
:
DebugSourceBreakpoint
Parameters
origin:
SourceBreakpoint
options:
DebugBreakpointOptions
Returns
DebugSourceBreakpoint
Properties
Readonly
breakpoints
breakpoints
:
BreakpointManager
Readonly
editor
Manager
editor
Manager
:
EditorManager
Readonly
label
Provider
label
Provider
:
LabelProvider
Readonly
origins
origins
:
SourceBreakpoint
[]
Optional
Readonly
raw
raw
?:
Breakpoint
Optional
Readonly
session
session
?:
DebugSession
Readonly
uri
uri
:
URI
Accessors
column
get
column
(
)
:
undefined
|
number
Returns
undefined
|
number
condition
get
condition
(
)
:
undefined
|
string
Returns
undefined
|
string
enabled
get
enabled
(
)
:
boolean
Returns
boolean
end
Column
get
endColumn
(
)
:
undefined
|
number
Returns
undefined
|
number
end
Line
get
endLine
(
)
:
undefined
|
number
Returns
undefined
|
number
hit
Condition
get
hitCondition
(
)
:
undefined
|
string
Returns
undefined
|
string
id
get
id
(
)
:
string
Returns
string
id
From
Adapter
get
idFromAdapter
(
)
:
undefined
|
number
Returns
undefined
|
number
installed
get
installed
(
)
:
boolean
Returns
boolean
line
get
line
(
)
:
number
1-based
Returns
number
log
Message
get
logMessage
(
)
:
undefined
|
string
Returns
undefined
|
string
message
get
message
(
)
:
string
Returns
string
origin
get
origin
(
)
:
SourceBreakpoint
Returns
SourceBreakpoint
source
get
source
(
)
:
undefined
|
DebugSource
Returns
undefined
|
DebugSource
verified
get
verified
(
)
:
boolean
Returns
boolean
Methods
do
Get
Decoration
do
Get
Decoration
(
messages
?:
string
[]
)
:
DebugBreakpointDecoration
Parameters
messages:
string
[]
= []
Returns
DebugBreakpointDecoration
Protected
do
Remove
do
Remove
(
origins
:
SourceBreakpoint
[]
)
:
undefined
|
SourceBreakpoint
[]
Parameters
origins:
SourceBreakpoint
[]
Returns
undefined
|
SourceBreakpoint
[]
Protected
do
Render
do
Render
(
)
:
ReactNode
Returns
ReactNode
Protected
get
Breakpoint
Decoration
get
Breakpoint
Decoration
(
message
?:
string
[]
)
:
DebugBreakpointDecoration
Parameters
Optional
message:
string
[]
Returns
DebugBreakpointDecoration
get
Decoration
get
Decoration
(
)
:
DebugBreakpointDecoration
Returns
DebugBreakpointDecoration
Protected
get
Disabled
Breakpoint
Decoration
get
Disabled
Breakpoint
Decoration
(
message
?:
string
)
:
DebugBreakpointDecoration
Parameters
Optional
message:
string
Returns
DebugBreakpointDecoration
Protected
get
Unsupported
Breakpoint
Decoration
get
Unsupported
Breakpoint
Decoration
(
message
:
string
)
:
DebugBreakpointDecoration
Parameters
message:
string
Returns
DebugBreakpointDecoration
Protected
get
Unverified
Breakpoint
Decoration
get
Unverified
Breakpoint
Decoration
(
)
:
DebugBreakpointDecoration
Returns
DebugBreakpointDecoration
Protected
is
Enabled
is
Enabled
(
)
:
boolean
Returns
boolean
open
open
(
options
?:
WidgetOpenerOptions
)
:
Promise
<
void
>
Parameters
options:
WidgetOpenerOptions
= ...
Returns
Promise
<
void
>
remove
remove
(
)
:
void
Returns
void
render
render
(
)
:
ReactNode
Returns
ReactNode
render
Position
render
Position
(
)
:
string
Returns
string
Protected
set
Breakpoint
Enabled
set
Breakpoint
Enabled
(
event
:
ChangeEvent
<
HTMLInputElement
>
)
:
void
Parameters
event:
ChangeEvent
<
HTMLInputElement
>
Returns
void
set
Enabled
set
Enabled
(
enabled
:
boolean
)
:
void
Parameters
enabled:
boolean
Returns
void
update
update
(
data
:
Partial
<
DebugSourceBreakpointData
>
)
:
void
Parameters
data:
Partial
<
DebugSourceBreakpointData
>
Returns
void
update
Origins
update
Origins
(
data
:
Partial
<
SourceBreakpoint
>
)
:
void
Parameters
data:
Partial
<
SourceBreakpoint
>
Returns
void
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
Source
Breakpoint
constructor
breakpoints
editor
Manager
label
Provider
origins
raw
session
uri
column
condition
enabled
end
Column
end
Line
hit
Condition
id
id
From
Adapter
installed
line
log
Message
message
origin
source
verified
do
Get
Decoration
do
Remove
do
Render
get
Breakpoint
Decoration
get
Decoration
get
Disabled
Breakpoint
Decoration
get
Unsupported
Breakpoint
Decoration
get
Unverified
Breakpoint
Decoration
is
Enabled
open
remove
render
render
Position
set
Breakpoint
Enabled
set
Enabled
update
update
Origins
1-based