Skip to content

Commit

Permalink
disable java debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Apr 10, 2014
1 parent 84117c7 commit 3f37046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
begin
case
when RUBY_PLATFORM == 'java'
require 'debug'
Debugger.start
# require 'debug'
# Debugger.start
when defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
require 'rubinius/debugger'
else
Expand Down

0 comments on commit 3f37046

Please sign in to comment.