by sainath22 » Mon Jun 14, 2010 4:53 am
Hi Dimitry,
I have tested the below command , and also along with the cdb
So the 'r' switch for windbg wont work .
-pvr is a good option under noninvasive and provides the following advantages
a) perform debugging on running applicaitons
b) you can still use
x < your exe > ! <your function> to know the function address ( not the return address )
Question
=======
I understand we cannot use "breakin or go commands "under the noninvasive, but if we add those functionality , does non invasive be similar to live debugging a process ?