Specifies attributes for error handling.
<?component error="flag" debug="flag" ?>
Because script components are used as COM components, they normally run silently. However, while you are developing your script component file, you might find it useful to be notified about errors in the file. You can specify these types of error notification:
<?component error="true" debug="true" ?>
Checking For Errors in Script Component Files | Script Component File Contents