Disasembled Managed Code vs2k5

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

When debugging .Net in disassembly view with vs2k5 is there any way to view
memory
values using segments? I tried using quickwatch and also dropping the
segment/pointer in to the memory window but it does not get the value.

For example if the disasembler shows the below pointer being accessed how do
I view its value?

ds:[7B9FC328h]
 
Back
Top