
How to know the variables of the debugged process
I want to know the values of variables of functions in the state of
being debugged ( or stopped at the breakpoint ).
It is easy to use watch window in
Visual C++.
But I want to know these values through the window communication by the
other process.
I try it in several ways. But I can't get the values.
Because the debugged (or stopped at the breakpoint) process doesn't
reponse to the sended message by the other process.
How to wake the debugged process so as to response to messages which the
other process sends.