hi,
is there anyway to watch objects which are placed in memory in visual
studio.
for instance, assume that you have two forms in your application, and
your are debgging the application and also one of these forms. what i
want to know is how i can watch the another form objects ?

bye

Re: Watch objects in memory in visual studio by Stoitcho

Stoitcho
Mon Jun 12 08:28:36 CDT 2006

When the debugger stops on a break point you need to have reference to it in
order to see its current state. Without reference you can't watch it.


--

Stoitcho Goutsev (100)


<vahid.xplod@gmail.com> wrote in message
news:1150054948.560634.316320@u72g2000cwu.googlegroups.com...
> hi,
> is there anyway to watch objects which are placed in memory in visual
> studio.
> for instance, assume that you have two forms in your application, and
> your are debgging the application and also one of these forms. what i
> want to know is how i can watch the another form objects ?
>
> bye
>