Errors pane
The Errors pane lists the replay and syntax errors found in your script, and enables you to locate each error so that you can resolve it.
To access |
View > Errors
|
Important information |
|
User interface elements are described below (unlabeled elements are shown in angle brackets):
UI Element
|
Description
|
---|---|
<Define Available Categories> dropdown | Filters the error list by the source of the error. |
Errors | Shows or hides syntax errors. |
Warnings | Shows or hides warnings detected during the run. |
Messages | Shows or hides informational messages detected during the run. |
! <Exclamation Point> |
Task type:
|
Line | The line containing the error. |
Description |
Description of the error, warning or message and advice on how to fix the problem. For example, a syntax error is displayed if you opened a conditional block with an If statement but did not close it with an End If statement, the description is Expected Expression. Note: If the description does not fit within the Description column, a tooltip displays the full description when you hover the cursor over the column. In certain cases, VuGen is unable to identify the exact error and displays a number of possible error conditions, for example: Expected 'End Sub', or 'End Function', or 'End Property'. Check the statement at the specified line to clarify which error is relevant in your case. |
File | The name of the file that contains the problematic statement. |
Path | The full path of the file that generated the error. |
Test | The name of the script in which the error was detected. |
See also: