What is the equivalent of the Immediate Window from VS

Ranorex Studio, Spy, Recorder, and Driver.
niteshr
Posts: 18
Joined: Fri Jul 11, 2014 7:41 am

What is the equivalent of the Immediate Window from VS

Post by niteshr » Thu Jul 24, 2014 10:15 am

Hi,

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

mzperix
Posts: 137
Joined: Fri Apr 06, 2012 12:19 pm

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

Post by mzperix » Thu Jul 24, 2014 10:31 am

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

niteshr
Posts: 18
Joined: Fri Jul 11, 2014 7:41 am

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

Post by niteshr » Thu Jul 24, 2014 1:44 pm

Thanks