struct Protocol::Debugger::SetPauseOnExceptions

Overview

Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is none.

Included Modules

Defined in:

protocol/debugger.cr

Constructors

Constructor Detail

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

[View source]