struct Protocol::Debugger::Enable

Overview

Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.

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 debugger_id : Runtime::UniqueDebuggerId #

Unique identifier of the debugger.


[View source]