Page 1 of 1

What is the equivalent of the Immediate Window from VS

Posted: Thu Jul 24, 2014 10:15 am
by niteshr
Hi,

I want to debug my variable values for example. Is there an Immediate window available while debugging?

Re: What is the equivalent of the Immediate Window from VS

Posted: Thu Jul 24, 2014 10:31 am
by mzperix
Hi niteshr,

Yes, there is. Under View->Debug menu there are several windows to help debug. I think You need the Watch window (Ctrl + Alt + W).

Best Regards,
Zoltan

Re: What is the equivalent of the Immediate Window from VS

Posted: Thu Jul 24, 2014 1:44 pm
by niteshr
Thanks