Command line switches

The only debugger option is case sensitivity of symbols. If Casesensitive is enabled, all symbols referenced by the debugger become case sensitive,otherwise they are case insensitive.

To set debugger options on the command line, use this syntax:

sbd [-CaseSensitive:[Y | N]] programName [programParameters]

where:
-CaseSensitive:Y enables case sensitive comparisons.
-CaseSensitive:N makes all comparisons case insensitive.

If your main program is written in Stony Brook the debugger automaticallysets case-sensitivity appropriately.