Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MSVC9: How do I view a location in memory?

I'm pretty sure I'm overlooking something totally obvious, but I want to view the raw contents of a point in memory under MSVC9, but I can't find a location in the UI where I can punch in a memory address. How can this be done?

like image 685
fbrereto Avatar asked Nov 22 '25 08:11

fbrereto


1 Answers

A couple of places:

  1. When you're debugging, go to Debug->Windows->Memory
  2. In the watch window, just cast a memory address to whatever you want:

    (char*)0xdeadbeef
    
like image 123
Eclipse Avatar answered Nov 23 '25 21:11

Eclipse



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!