Sha256: 8d7e26d85d2899202670745dd8e0a87c7b479a6e6acbd17525afcbb388b61202

Contents?: true

Size: 479 Bytes

Versions: 102

Compression:

Stored size: 479 Bytes

Contents

module Kernel
  unless respond_to?(:debugger)
    # Starts a debugging session if ruby-debug has been loaded (call script/server --debugger to do load it).
    def debugger
      RAILS_DEFAULT_LOGGER.info "\n***** Debugger requested, but was not available: Start server with --debugger to enable *****\n"
    end
  end
  
  def breakpoint
    RAILS_DEFAULT_LOGGER.info "\n***** The 'breakpoint' command has been renamed 'debugger' -- please change *****\n"
    debugger
  end
end

Version data entries

102 entries across 102 versions & 10 rubygems

Version Path
3mix-castronaut-0.5.0.2 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
masover-castronaut-0.4.4.4 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
masover-castronaut-0.4.4.5 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
masover-castronaut-0.5.0.1 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
relevance-castronaut-0.4.1 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
relevance-castronaut-0.4.2 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
relevance-castronaut-0.4.3 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
relevance-castronaut-0.4.4 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
relevance-castronaut-0.4.5 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
relevance-castronaut-0.4.6 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
relevance-castronaut-0.5.0 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
relevance-castronaut-0.5.1 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
relevance-castronaut-0.5.2 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
relevance-castronaut-0.5.3 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
relevance-castronaut-0.5.4 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
radiant-0.7.2 vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
vibes-bj-1.2.2 spec/rails_root/vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
vibes-bj-1.2.1 spec/rails_root/vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
activesupport-2.0.1 lib/active_support/core_ext/kernel/debugger.rb
activesupport-2.0.0 lib/active_support/core_ext/kernel/debugger.rb