module Kernel

Re-open Kernel to add our own universal byebug methods

Public Instance Methods

byebug() click to toggle source
# File lib/byebug_trap/attacher.rb, line 5
def byebug
  puts '!! byebug_trap !!'
  # Byebug.attach
end
Also aliased as: debugger
debugger()
Alias for: byebug
remote_byebug(host = "localhost", port = nil) click to toggle source
# File lib/byebug_trap/attacher.rb, line 10
def remote_byebug(host = "localhost", port = nil)
  puts '!! byebug_trap !!'
end