instance method
breakpoint
Ruby on Rails 2.2.3
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 9
def breakpoint
Rails.logger.info "\n***** The 'breakpoint' command has been renamed 'debugger' -- please change *****\n"
debugger
end
Defined in activesupport/lib/active_support/core_ext/kernel/debugger.rb line 9
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kernel