instance method
breakpoint
Ruby on Rails 3.0.20
Since v2.2.3 Last seen in v4.2.9Signature
breakpoint()
No documentation comment.
Source
# File activesupport/lib/active_support/core_ext/kernel/debugger.rb, line 11
def breakpoint
message = "\n***** The 'breakpoint' command has been renamed 'debugger' -- please change *****\n"
defined?(Rails) ? Rails.logger.info(message) : $stderr.puts(message)
debugger
end
Defined in activesupport/lib/active_support/core_ext/kernel/debugger.rb line 11
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kernel