Skip to content

Commit

Permalink
Switch debug snippet over to byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
gma committed Oct 5, 2014
1 parent 9fd8cb7 commit d88ed55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snippets/rails.snippets
@@ -1,3 +1,3 @@
let g:snips_author = 'Graham Ashton'
snippet debug
require 'ruby-debug'; debugger
require 'byebug'; byebug
2 changes: 1 addition & 1 deletion snippets/ruby.snippets
@@ -1,3 +1,3 @@
let g:snips_author = 'Graham Ashton'
snippet debug
require 'ruby-debug'; debugger
require 'byebug'; byebug

0 comments on commit d88ed55

Please sign in to comment.