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



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

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

#variable(cygport) ⇒ Object



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

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