I’m trying to debug an externally built project using Quick Visual GDB debug in VStudio 2015. Normal stepping, watch windows , disassembly all work fine. However as soon as I open a memory window the debug session terminates. Looking at the GDB Server console it looks like the memory window is requesting memory reads fromĀ before the requested address, ie memory window address 0x00000000, requests memory reads from 0xffffff3c, which is an illegal address. Is there anyway of stopping this?
Thanks Chris