Page 1 of 1

Debug Setup

Posted: Thu Jul 21, 2011 4:51 pm
by omayer
os-win7 - ranorex trial version 3.0.4- Debug setup - refert to - http://www.ranorex.com/gui-testing-guid ... debug.html
-I don't see any ".exe' file on my Testproject -- bin\debug\..exe. which mentioned on user guide, i did checke on my machine to show hidden files and folders..same result, currently on debug menu options are disabled except (Run, Run without debugger and ToggleBreakpoint). Please advise.
Thank you ,
Beginner

Re: Debug Setup

Posted: Thu Jul 21, 2011 6:06 pm
by Support Team
What are you trying to accomplish?

There is nothing special needed to setup debugging in Ranorex Studio (the section in the User Guide you are referring to is for Ranorex 1.X as indicated at the very top of the page). You can just set a breakpoint at the current line of code using the "Toggle Breakpoint" menu item or by clicking into the grey column left to the line numbers. The execution will halt there if started using "Run" or the "F5" key (not if started with "Run without debugger").

Regards,
Alex
Ranorex Team

Re: Debug Setup

Posted: Thu Jul 21, 2011 7:49 pm
by omayer
Thank you Alex, its working
Beginner