Changes between Version 3 and Version 4 of AllAboutSGI
- Timestamp:
- 2017-06-30 05:56:08 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AllAboutSGI
v3 v4 138 138 }}} 139 139 140 == SGI External Debugging == 141 As well as the debegLevel support, there is an SGI Debugger, that allows you to single step through yout SGI code. This can be turned on and off from within the code with the 142 {{{ 143 #!c 144 @debug on 145 }}} 146 and 147 {{{ 148 #!c 149 @debug off 150 }}} 151 commands see SGISyntax below ... 140 152 141 153 [wiki:SGISyntax SGI Statement Syntax]