Skip to content

Commit

Permalink
Don't finish pry instance when 'continue'
Browse files Browse the repository at this point in the history
This should improve `pry-remote` support (see #13)
  • Loading branch information
David Rodríguez de Dios committed Aug 7, 2014
1 parent f979888 commit 17f9bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pry-byebug/commands.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def process

def process
check_file_context
run 'exit-all'
breakout_navigation :continue
end
end
alias_command 'c', 'continue'
Expand Down

0 comments on commit 17f9bc7

Please sign in to comment.