Setting Array Bounds Checking
Related Topics:
By default, debugging checks for valid subscripts when evaluating expressions in a Fortran program. You can choose to turn off this checking.
To turn off checking for valid subscripts (f77 and f90 only):
- 1. In the Debugging Window, choose Debug
Debugging Options. Or, in the Sun WorkShop main window, choose Options
Debugging Options.
- 2. In the Debugging Options Dialog Box, click the Debugging Behavior tab.
- 3. At Check for valid subscripts, click the No radio button.
- 4. Click OK to save changes for the current session, or click Save as Defaults and then click OK to save as the new default for all sessions.
Note - This option is equivalent to the dbx array_bounds_check Environment Variable.