The DoIt! command, which is accessible from the Debug menu or by pressing CTRL-D, is used for testing a selected portion of code. DoIt! can be run in either of the following ways:
You can use DoIt! on a highlighted portion of the code and ATEasy will compile and execute only that portion.
You can use DoIt! without highlighting any code, and ATEasy will compile and execute the entire test and any subroutines referenced by it. However, ATEasy events will not be called or executed as in normal test execution.
For "immediate-mode" execution of commands, use DoIt! in combination with the Debug Window.