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