Sha256: b1769c121f23dedc8870fa8c44e733830ac39d82de4a1d3b5502b92e5b4ce730

Contents?: true

Size: 522 Bytes

Versions: 48

Compression:

Stored size: 522 Bytes

Contents

module Kernel
  unless respond_to?(:debugger)
    # Starts a debugging session if the +debugger+ gem has been loaded (call rails server --debugger to do load it).
    def debugger
      message = "\n***** Debugger requested, but was not available (ensure the debugger gem is listed in Gemfile/installed as gem): Start server with --debugger to enable *****\n"
      defined?(Rails.logger) ? Rails.logger.info(message) : $stderr.puts(message)
    end
    alias breakpoint debugger unless respond_to?(:breakpoint)
  end
end

Version data entries

48 entries across 46 versions & 10 rubygems

Version Path
activesupport-4.2.11.3 lib/active_support/core_ext/kernel/debugger.rb
activesupport-4.2.11.2 lib/active_support/core_ext/kernel/debugger.rb
cocoapods-dependency-html-0.0.2 vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/kernel/debugger.rb
cocoapods-dependency-html-0.0.1 vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/kernel/debugger.rb
activesupport-4.2.11.1 lib/active_support/core_ext/kernel/debugger.rb
activesupport-4.2.11 lib/active_support/core_ext/kernel/debugger.rb
activesupport-4.2.10 lib/active_support/core_ext/kernel/debugger.rb
activesupport-4.2.10.rc1 lib/active_support/core_ext/kernel/debugger.rb
activesupport-4.2.9 lib/active_support/core_ext/kernel/debugger.rb
activesupport-4.2.9.rc2 lib/active_support/core_ext/kernel/debugger.rb
activesupport-4.2.9.rc1 lib/active_support/core_ext/kernel/debugger.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/activesupport-4.2.8/lib/active_support/core_ext/kernel/debugger.rb
activesupport-4.2.8 lib/active_support/core_ext/kernel/debugger.rb
activesupport-4.2.8.rc1 lib/active_support/core_ext/kernel/debugger.rb
activesupport-4.2.7.1 lib/active_support/core_ext/kernel/debugger.rb
activesupport-4.2.7 lib/active_support/core_ext/kernel/debugger.rb
activesupport-4.2.7.rc1 lib/active_support/core_ext/kernel/debugger.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/core_ext/kernel/debugger.rb
activesupport-4.2.6 lib/active_support/core_ext/kernel/debugger.rb
activesupport-4.2.6.rc1 lib/active_support/core_ext/kernel/debugger.rb