struct Protocol::Debugger::SetBreakpoint

Overview

Sets JavaScript breakpoint at a given 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 actual_location : Location #

Location this breakpoint resolved into.


[View source]
def breakpoint_id : BreakpointId #

Id of the created breakpoint for further reference.


[View source]