[ruby] Switch to pry-byebug

pull/28/head
Alpha Chen 10 years ago
parent d000286f47
commit be4a3a1023

@ -6,7 +6,7 @@ Pry.prompt = [
]
begin
require 'pry-debugger'
require 'pry-byebug'
Pry.commands.alias_command 'c', 'continue'
Pry.commands.alias_command 's', 'step'
Pry.commands.alias_command 'n', 'next'

Loading…
Cancel
Save