class PryByebug::BacktraceCommand
Display the current stack
Public Instance Methods
process()
click to toggle source
# File lib/pry-byebug/commands/backtrace.rb, line 21 def process PryByebug.check_file_context(target) breakout_navigation :backtrace end