struct Protocol::Debugger::GetPossibleBreakpoints

Overview

Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.

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 locations : Array(BreakLocation) #

List of the possible breakpoint locations.


[View source]