Debugging

Eric Pouech pouech-eric at wanadoo.fr
Thu Apr 24 15:18:42 CDT 2003


> 2. When debugging using winedbg, is there any way to view the contents of a
> lot of memory in one go (eg. hex dump of 256 bytes)?

for chars
x /256c <addr>
or
x /256x <addr>
for bytes

A+

-- 
Eric Pouech




More information about the wine-devel mailing list