Sha256: 92d0369a63d12d5f454181bb4c0e7063790f0d78cee91839b7ff113e5eac20aa

Contents?: true

Size: 462 Bytes

Versions: 17

Compression:

Stored size: 462 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.logger.info "\n***** Debugger requested, but was not available: Start server with --debugger to enable *****\n"
    end
  end

  def breakpoint
    Rails.logger.info "\n***** The 'breakpoint' command has been renamed 'debugger' -- please change *****\n"
    debugger
  end
end

Version data entries

17 entries across 16 versions & 10 rubygems

Version Path
p8-castronaut-0.6.1.1 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
relevance-castronaut-0.6.0 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
relevance-castronaut-0.6.1 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
relevance-castronaut-0.7.4 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
relevance-castronaut-0.7.5 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
nbudin-castronaut-0.7.5 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
usher-0.7.0 spec/rails2_2/vendor/rails/vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
usher-0.7.0 spec/rails2_2/vendor/rails/vendor/rails/activesupport/pkg/activesupport-2.2.2/lib/active_support/core_ext/kernel/debugger.rb
factorylabs-castronaut-0.7.5 vendor/activesupport/lib/active_support/core_ext/kernel/debugger.rb
activesupport-2.2.3 lib/active_support/core_ext/kernel/debugger.rb
webroar-0.2.2 src/admin_panel/vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb
activesupport-2.3.2 lib/active_support/core_ext/kernel/debugger.rb
activesupport-2.2.2 lib/active_support/core_ext/kernel/debugger.rb
mack-active_record-0.8.2 lib/gems/activesupport-2.2.2/lib/active_support/core_ext/kernel/debugger.rb
mack-facets-0.8.3.1 lib/gems/activesupport-2.2.2/lib/active_support/core_ext/kernel/debugger.rb
mack-facets-0.8.3 lib/gems/activesupport-2.2.2/lib/active_support/core_ext/kernel/debugger.rb
radiant-0.8.0 vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb