shuky19 / sublime_debugger

Interactive debugger for sublime
Apache License 2.0
429 stars 24 forks source link

Support for ByeBug #2

Closed lenntt closed 10 years ago

lenntt commented 10 years ago

For a similar reason to: http://stackoverflow.com/questions/15200165/how-to-use-the-debugger-with-ruby-2-0

I switched from debugger to byebug, it would be awesome for this tool to support byebug as well.. I must admit I've no idea whether the API is close to similar.

shuky19 commented 10 years ago

I am already working on it, actually i already finished it for ruby 2.0 with byebug but there are missing features in byebug.

I push a PullRequest in byebug project that adds those features and I am waiting for a merge.

I will love to hear more reiews and comments on this tool,

thanks, shuky.

lenntt commented 10 years ago

awesome, I'll give it a try later

shuky19 commented 10 years ago

I added the support for byebug, but its demands to download my fork for byebug (read on Installation in the README)