Breakpoint Resolved Event
data class BreakpointResolvedEvent(breakpointId: BreakpointId, location: Location) : Event
Content copied to clipboard
Fired when breakpoint is resolved to an actual script and location.
Constructors
BreakpointResolvedEvent
Link copied to clipboard
fun BreakpointResolvedEvent(breakpointId: BreakpointId, location: Location)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard