Breakpoint$Typings extension
Properties
-
condition
→ String?
-
An optional expression for conditional breakpoints.
no setter
-
enabled
→ bool
-
Is breakpoint enabled.
no setter
-
hitCondition
→ String?
-
An optional expression that controls how many hits of the breakpoint are ignored.
no setter
-
id
→ String
-
The unique ID of the breakpoint.
no setter
-
logMessage
→ String?
-
An optional message that gets logged when this breakpoint is hit. Embedded expressions within {} are interpolated by the debug adapter.
no setter