VMware: Difference between revisions

[unchecked revision][unchecked revision]
No edit summary
Line 36:
* debugStub.listen.guest64.remote = "TRUE" # Same, but for 64-bit code
* monitor.debugOnStartGuest32 = "TRUE" # Breaks into debug stub on first instruction (warning: in BIOS!) # This will halt the VM at the very first instruction at 0xFFFF0, you could set the next breakpoint to break *0x7c00 to break when the bootloader is loaded by the BIOS
* debugStub.hideBreakpoints = "TRUE" # AllowsEnables gdbthe use of hardware breakpoints toinstead workof software (INT3) breakpoints
* bios.bootDelay = "3000" # Delay booting the BIOS code.
 
Anonymous user