Running & Debugging
After creating and editing script you can run it to view the result of execution and debug script. SannySoft Perl Editor gives you possibility to run, debug and check syntax of your script.
To execute your script press F9 or button on toolbar or in Run menu. If there is breakpoints set in your script, it will be executed in debug mode. That means it will stop on every breakpoint reached. You can use step into, step over, watches, loaded modules list and events log, otherwise it will be executed in run mode.
Also if you don't want to run your script, but only check syntax, you may use syntax check. To execute your script in syntax check mode press Ctrl+F9 or Syntax check in Run menu.
|