struct Protocol::Debugger::BreakpointResolved

Overview

Fired when breakpoint is resolved to an actual script and location.

Included Modules

Defined in:

protocol/debugger.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def breakpoint_id : BreakpointId #

Breakpoint unique identifier.


[View source]
def location : Location #

Actual breakpoint location.


[View source]