Changes between Version 3 and Version 4 of AllAboutSGI


Ignore:
Timestamp:
2017-06-30 05:56:08 (8 years ago)
Author:
archibald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AllAboutSGI

    v3 v4  
    138138}}} 
    139139 
     140== SGI External Debugging == 
     141As 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}}} 
     146and 
     147{{{ 
     148#!c 
     149@debug off 
     150}}} 
     151commands see SGISyntax below ... 
    140152 
    141153[wiki:SGISyntax SGI Statement Syntax]