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

rdebug: history is not saved if exception occurs #121

Open ashumkin opened 10 years ago

ashumkin commented 10 years ago

If rdebug runs (local) script which finishes normally it saves its history (with readline). But if script ends with an exception, history is not saved. That's annoying.

cldwalker commented 10 years ago

Thanks for reporting your issue! This is one of my 10 active issues. Use that link to check how soon your issue will be answered. Don't forget to check your issue against this project's CONTRIBUTING.md. Cheers.

cldwalker commented 10 years ago

Agreed that's annoying. Enhancements welcome. Note that debugger is only for 1.9.x