struct Protocol::Inspector::Detached

Overview

Fired when remote debugging connection is about to be terminated. Contains detach reason.

Included Modules

Defined in:

protocol/inspector.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def reason : String #

The reason why connection has been terminated.


[View source]