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
backlog-0.8.0 vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
backlog-0.8.1 vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
backlog-0.9.0 vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
backlog-0.9.1 vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
radiant-0.6.5.1 vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
radiant-0.6.5 vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
radiant-0.6.6 vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
radiant-0.6.7 vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
radiant-0.6.9 vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
radiant-0.6.8 vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
radiant-0.7.0 vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
radiant-0.7.1 vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
spree-0.0.9 vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
spree-0.2.0 vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
swivel-0.0.149 vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel/debugger.rb
swivel-0.0.150 vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel/debugger.rb
swivel-0.0.175 vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel/debugger.rb
swivel-0.0.156 vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel/debugger.rb
swivel-0.0.152 vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel/debugger.rb
swivel-0.0.155 vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel/debugger.rb