Class: Xezat::Command::Debug

Inherits:
Thor
  • Object
show all
Defined in:
lib/xezat/command/debug.rb

Instance Method Summary collapse

Instance Method Details

#linguist(cygport) ⇒ Object



9
10
11
12
# File 'lib/xezat/command/debug.rb', line 9

def linguist(cygport)
  require 'xezat/debugger/linguist'
  Debugger::Linguist.new(cygport).debug
end

#variable(cygport) ⇒ Object



16
17
18
19
# File 'lib/xezat/command/debug.rb', line 16

def variable(cygport)
  require 'xezat/debugger/variable'
  Debugger::Variable.new(cygport).debug
end