cldwalker / debugger

port of ruby-debug that works on 1.9.2 and 1.9.3
BSD 2-Clause "Simplified" License
846 stars 80 forks source link

Var instance command regexp #100

Closed os97673 closed 10 years ago

os97673 commented 10 years ago

I'm trying to make use of debugger for RubyMine debugging (using debugger-xml). And we need at least two changed in VarInstanceCommand

astashov commented 10 years ago

It looks good to me.

cldwalker commented 10 years ago

Thanks guys!

os97673 commented 10 years ago

Thank you for quick response.

os97673 commented 10 years ago

@cldwalker is it possible to release a new version of the gem so debugger-xml could use it and so RubyMine could use debugger-xml + debugger combination? Or do you have some blockers for the release?

cldwalker commented 10 years ago

Done

os97673 commented 10 years ago

Thank you.