Class: PryByebug::BacktraceCommand

Inherits:
Pry::ClassCommand
  • Object
show all
Includes:
Helpers::Navigation
Defined in:
lib/pry-byebug/commands/backtrace.rb

Overview

Display the current stack

Instance Method Summary collapse

Methods included from Helpers::Navigation

#breakout_navigation

Instance Method Details

#processObject



23
24
25
26
27
# File 'lib/pry-byebug/commands/backtrace.rb', line 23

def process
  PryByebug.check_file_context(target)

  breakout_navigation :backtrace
end