Sha256: 3c4800fdab9ca0ff15ebe41c4fca90d595cc800ced30730b5f0c54371c72cd6f

Contents?: true

Size: 291 Bytes

Versions: 26

Compression:

Stored size: 291 Bytes

Contents

require 'byebug/processors/command_processor'

module Byebug
  #
  # Processes commands in post_mortem mode
  #
  class PostMortemProcessor < CommandProcessor
    def commands
      super.select(&:allow_in_post_mortem)
    end

    def prompt
      '(byebug:post_mortem) '
    end
  end
end

Version data entries

26 entries across 25 versions & 3 rubygems

Version Path
dirwatch-0.0.2 vendor/bundle/ruby/2.3.0/gems/byebug-9.1.0/lib/byebug/processors/post_mortem_processor.rb
tdiary-5.0.6 vendor/bundle/gems/byebug-9.1.0/lib/byebug/processors/post_mortem_processor.rb
byebug-9.1.0 lib/byebug/processors/post_mortem_processor.rb
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/byebug-9.0.6/lib/byebug/processors/post_mortem_processor.rb
tdiary-5.0.5 vendor/bundle/gems/byebug-9.0.6/lib/byebug/processors/post_mortem_processor.rb
tdiary-5.0.4 vendor/bundle/gems/byebug-9.0.6/lib/byebug/processors/post_mortem_processor.rb
byebug-9.0.6 lib/byebug/processors/post_mortem_processor.rb
byebug-9.0.5 lib/byebug/processors/post_mortem_processor.rb
byebug-9.0.4 lib/byebug/processors/post_mortem_processor.rb
byebug-9.0.3 lib/byebug/processors/post_mortem_processor.rb
byebug-9.0.2 lib/byebug/processors/post_mortem_processor.rb
byebug-9.0.1 lib/byebug/processors/post_mortem_processor.rb
byebug-9.0.0 lib/byebug/processors/post_mortem_processor.rb
byebug-8.2.5 lib/byebug/processors/post_mortem_processor.rb
byebug-8.2.4 lib/byebug/processors/post_mortem_processor.rb
byebug-8.2.3 lib/byebug/processors/post_mortem_processor.rb
byebug-8.2.2 lib/byebug/processors/post_mortem_processor.rb
byebug-8.2.1 lib/byebug/processors/post_mortem_processor.rb
byebug-8.2.0 lib/byebug/processors/post_mortem_processor.rb
byebug-8.1.0 lib/byebug/processors/post_mortem_processor.rb