Hi,
I know there probably is not going to be a simple answer for this, but…
I have a situation where I need to debug a process that, as part of our automated testing, simulates the process being crashed, after which our watchdog will restart it. However at some point after the process has been restarted during one of these times, it hits a bug. To debug this, I need to really be able to step through this part of the code. However GDB isn’t attached at that point obviously.
So I’m wondering, what would be the best way to be able to use VGDB to debug this? Any suggestions?
Thanks in advance for any help with this.