struct Protocol::Debugger::SetBreakpointOnFunctionCall

Overview

Sets JavaScript breakpoint before each call to the given function. If another function was created from the same source as a given one, calling it will also trigger the breakpoint.

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 #

Id of the created breakpoint for further reference.


[View source]