Next: SIC COPY
Up: SIC
Previous: SIC DATE
Contents
Index
SIC DEBUG
[SIC\]SIC DEBUG LUN [Number]
[SIC\]SIC DEBUG IMAGE [Number]
[SIC\]SIC DEBUG MESSAGE
[SIC\]SIC DEBUG GFORTRAN
Debugging command.
The first two keywords LUN and IMAGE print the status of reserved Logi-
cal UNit numbers (LUN), or of allocated image slots (IMAGE).
The MESSAGE keyword swaps ON or OFF the debugging mode for messages.
When turning it ON, all messages to both screen and message files are
enabled. In this case it is a shortcut of the commands:
SIC MESSAGE GLOBAL ON
SIC MESSAGE GLOBAL A=FEWRIDTCU
When turning it OFF, standard message filters (maybe customized by user)
are re-enabled. It is a shortcut of the command:
SIC MESSAGE GLOBAL OFF
Default is debug mode turned OFF, unless a '-d' option has been provided
when invoking the Gildas executable.
The GFORTRAN keyword will check if the program is able to read and write
correctly Gildas binary files. Some versions of the Gfortran compiler
have an issue on this point, this command is intended to give a clear
status to the user.
Gildas manager
2011-04-01