|
-
November 3rd, 2009, 03:55 PM
#4
Re: debug c# with VS2008
 Originally Posted by kabilius
Hi eclipsed4utoo,
Thanks for the reply.
I guess "managed" code just doesn't allow us to have the kind of memory access I am looking for.
kab
You have no idea where an object may be at a given time. The garbage collector manages the heap and may move around things at will. So, watching an object's memory location has no value in this context (not that it wouldn't be nice).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|