Sha256: c6326737557a37489a7a3e9dc59eba095a4c7b15f06ff7bc6f4a1a6b659f9bb6

Contents?: true

Size: 665 Bytes

Versions: 12

Compression:

Stored size: 665 Bytes

Contents

# -*- coding: utf-8 -*-
# Copyright (C) 2010 Rocky Bernstein <rockyb@rubyforge.net>
require_relative '../../base/subsubcmd'

class Trepan::SubSubcommand::ShowAutoList < Trepan::ShowBoolSubSubcommand
  unless defined?(HELP)
    HELP = "Show running a 'list' command each time we enter the debugger"
    MIN_ABBREV   = 'l'.size
    NAME         = File.basename(__FILE__, '.rb')
    PREFIX       = %w(show auto list)
  end

end

if __FILE__ == $0
  # Demo it.
  require_relative '../../../mock'
  require_relative '../auto'
  cmd = MockDebugger::subsub_setup(Trepan::SubSubcommand::ShowAuto,
                                   Trepan::SubSubcommand::ShowAutoList)
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
trepanning-2.15.35 processor/command/show_subcmd/auto_subcmd/list.rb
trepanning-1.93.35 processor/command/show_subcmd/auto_subcmd/list.rb
trepanning-2.15.33 processor/command/show_subcmd/auto_subcmd/list.rb
trepanning-1.93.32 processor/command/show_subcmd/auto_subcmd/list.rb
trepanning-0.1.6 processor/command/show_subcmd/auto_subcmd/list.rb
trepanning-0.1.4 processor/command/show_subcmd/auto_subcmd/list.rb
trepanning-0.1.3 processor/command/show_subcmd/auto_subcmd/list.rb
trepanning-0.1.2 processor/command/show_subcmd/auto_subcmd/list.rb
trepanning-0.1.1 processor/command/show_subcmd/auto_subcmd/list.rb
trepanning-0.1.0 processor/command/show_subcmd/auto_subcmd/list.rb
trepanning-0.0.9 processor/command/show_subcmd/auto_subcmd/list.rb
trepanning-0.0.8 processor/command/show_subcmd/auto_subcmd/list.rb