module Kernel

Adds a `byebug` method to the Kernel module.

Dropping a `byebug` call anywhere in your code, you get a debug prompt.

Public Instance Methods

byebug() click to toggle source
# File lib/byebug/attacher.rb, line 29
def byebug
  Byebug.attach
end
Also aliased as: debugger
debugger()
Alias for: byebug