Identifying Errors That Prevent You from Running Code

As you create code, a broken Run button 1378 communicates that the code contains errors that prevent it from running.

You can use the provided error and warning messages to help fix these problems. Errors break the code. You must resolve any errors before you can run the program. Warnings do not prevent you from running the code. They are designed to help you avoid potential problems in the program.

To identify the specific errors, click the broken Run button to display the Errors and Warnings tab. The following image highlights sections of the Errors and Warnings tab that define detected errors and warnings.


1378

1378 Severity—Denotes whether an issue is an error or a warning.
1378 Source—Identifies the object that is causing the error or warning.
1378 Message—Provides more detail about why the error or warning exists.