windows下无法打断点

This commit is contained in:
sw 2015-03-27 17:43:19 +08:00
parent 10515adc5c
commit 728f2896d8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ group :development do
if RUBY_VERSION >= '2.0.0'
gem 'pry-byebug'
else
gem 'pry-debugger'
# gem 'pry-debugger'
end
gem 'pry-stack_explorer'
gem 'better_errors', '~> 1.1.0'