How do I stop Ranorex from running while debugging?

Ranorex Studio, Spy, Recorder, and Driver.
Pixi6s
Posts: 92
Joined: Tue Jun 28, 2011 8:57 pm

How do I stop Ranorex from running while debugging?

Post by Pixi6s » Mon Sep 19, 2011 3:10 pm

I am using Ranorex 3.0.0.4. I can hit F5 to start a run and F8 to build. What key stops a run? It's tough fighting the automation trying to click the stop button.

thanks

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: How do I stop Ranorex from running while debugging?

Post by Support Team » Mon Sep 19, 2011 3:34 pm

Hi,

there is no shortcut for stopping debugging as you can see in following list of Debugger short cuts:
http://wiki.sharpdevelop.net/KeyboardShortcuts.ashx#10

Regards,
Tobias
Support Team

Pixi6s
Posts: 92
Joined: Tue Jun 28, 2011 8:57 pm

Re: How do I stop Ranorex from running while debugging?

Post by Pixi6s » Mon Sep 19, 2011 3:40 pm

Can I please put in a enhancement request?

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: How do I stop Ranorex from running while debugging?

Post by Support Team » Tue Sep 20, 2011 8:56 am

Hi,

You can simply hit the "Break" key on your keyboard to abort the test automation.
You can also replace the abort key by changing following line of code in your program.cs file. There you can use your favorite button do abort the automation.
Keyboard.AbortKey = System.Windows.Forms.Keys.Pause;
Regards,
Peter
Ranorex Team