class Byebug::TracevarCommand
Public Instance Methods
execute_with_xml(*args)
click to toggle source
# File lib/byebug/commands/trace.rb, line 4 def execute_with_xml(*args) errmsg(pr("general.errors.unsupported", cmd: 'trace')) && return if Byebug.printer.type == "xml" execute_without_xml(*args) end
Also aliased as: execute