struct Protocol::Target::AttachedToTarget

Overview

Issued when attached to target because of auto-attach or attachToTarget command.

Included Modules

Defined in:

protocol/target.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def session_id : SessionID #

Identifier assigned to the session used to send/receive messages.


[View source]
def target_info : TargetInfo #

[View source]
def waiting_for_debugger : Bool #

[View source]