JavaScript Editor js editor     Web development 



Main Page

Makes it possible for you to specify options for logging program execution. Use this dialog box to retrieve information on how many times each line of code was executed, which lines of code were not executed in your testing, and how long each line took to execute.

This dialog box appears when you choose Coverage Logging from the Tools Menu, Debugger Window.

File


Specifies the file to write the coverage log to. The dialog button displays the Open Dialog Box, which makes it possible for you to select a file to which to write the coverage log.
Append


Specifies that the coverage log is written after the current contents of an existing file, preserving the original contents.
Overwrite


Specifies that coverage log replaces the contents of the specified file.

See Also



JavaScript Editor js editor     Web development