|
Script Debugger can mark the lines of your script that were actually executed. This can help you survey the path of execution without tracing or stepping. For instance, you can easily see whether there are areas of the script that are never being executed. To turn this feature on or off:
![]() To clear code coverage marks without turning code coverage off:
Code coverage marks are also removed when you start to execute the script.
|
|||||||||||||||||