Tagged Questions
-1
votes
1answer
222 views
Is reverse debugging possible? [duplicate]
I know there are some products for reverse debugging.
I am wondering that does reverse debugging mean going to one step back or starting over again up to one step back?
I've found an explanation ...
5
votes
1answer
355 views
What are some good resources for debugging/disassembling proprietary software?
From time to time, I experience different bugs with proprietary software that I need to interact with. In order to get through these bugs, I need to develop various workarounds. Is there a good book ...