G Guest Aug 31, 2004 #1 I want to set a big memory range (size=0x10000) with 0xff. How can I do it when debugging? Thanks
B Ben Schwehn Aug 31, 2004 #2 lawrencelee said: I want to set a big memory range (size=0x10000) with 0xff. How can I do it when debugging? Thanks Click to expand... In windbg [http://www.microsoft.com/whdc/devtools/debugging/default.mspx] you can use the fill memory command (f,fp). I don't know if it's possible in Visual Studio. ben
lawrencelee said: I want to set a big memory range (size=0x10000) with 0xff. How can I do it when debugging? Thanks Click to expand... In windbg [http://www.microsoft.com/whdc/devtools/debugging/default.mspx] you can use the fill memory command (f,fp). I don't know if it's possible in Visual Studio. ben