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

Post Mortem Debugging #123

Closed tansaku closed 10 years ago

tansaku commented 10 years ago

Does debugger support post mortem debugging a la:

http://bashdb.sourceforge.net/ruby-debug.html#Post_002dMortem-Debugging

It's not working for me when I add "Debugger.start(:post_mortem => true)" in the following environment:

RubyGems Environment:

cldwalker commented 10 years ago

Thanks for reporting your issue! This is one of my 13 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.

deivid-rodriguez commented 10 years ago

Hi @tansaku! Post mortem debugging has been broken for a long time in debugger. Have a look at #56.

Post mortem support should work just fine in byebug but you would need to upgrade your ruby.... (you probably should anyways!).

Salud.

cldwalker commented 10 years ago

This is a duplicate of #56. Pull requests welcome