How Can I Find Out If My Pointers are Corrupting a Memory Address?
Full Problem Description: I think that one of my pointers may be corrupting memory at address 0x00408000. How can I find out what is happening there?
Use the Memory window to view memory contents starting at that address. Set a breakpoint on that memory address. For more information, see View Memory Contents and Setting Breakpoints at a Memory Location Within the Current Scope.