adamgreen/CrashCatcher

Program/IDE to view post-mortem crash

c1728p9 opened this issue · 1 comments

I was curious what program you use or would recommend using to view the crash? Something like GDB or qemu?

CrashCatcher is meant to be used with CrashDebug. It sort of acts like an emulator to load up the crash dump and then presents a socket to GDB. GDB then thinks it is just connecting to a remote debug stub like openOCD or pyOCD.