10

So one of the nice features of virtualbox is to have snapshots that you can restore later on.

However, when doing kernel debugging with virtualbox and windbg, a debugging session is not restored upon restoring the snapshot.

Is there any way to force windbg and the guest machine to re-sync and restart that kernel debugging session upon restoring a machine snapshot instead of having to restart the machine each time?

Qix - MONICA WAS MISTREATED
  • 14,451
  • 16
  • 82
  • 145

1 Answers1

0

This tool streamlines you deploy , debug , refactor cycle By half once you have it setup and working. Debug sessions are faster too as a bonus -

http://virtualkd.sysprogs.org/

Support virtual box out of the box as well. Absolute must have.

NiladriBose
  • 1,849
  • 2
  • 16
  • 31
  • This has nothing to do with restoring VM snapshots. – Qix - MONICA WAS MISTREATED Sep 23 '12 at 20:42
  • If you try it out you will see that you won't really have to bother about resyncing the debug sessions anymore the tool will do it for you. You would need to install virtkd on the base snapshot. – NiladriBose Sep 24 '12 at 06:38
  • I actually almost posted this an an answer before realising it had been -1'd here. This is the answer, you crank up with the included Vm monitor tool and if you need to restart WinDbg you just it from there and it works the majority of the time. +1'd. – Ironside Feb 06 '13 at 17:53