class PryByebug::BacktraceCommand


Display the current stack

def process

def process
  PryByebug.check_file_context(target)
  breakout_navigation :backtrace
end