The following configuration settings are available in the IDE: 
               	 
            
 
            	 
             
               		 
               		  
               - Allow execution of int code which contains compilation errors 
                  		  
               
- Select this to force intermediate code to be executed even if it contains S-level syntax errors. If the program contains errors,
                  it will produce run-time error messages when executed. If you don't select this, you cannot execute intermediate code with
                  S-level syntax errors. 
                  			 
                   Equivalent switch: 
                     				E 
                     			 
                   
- ANSI debug switch 
                  		  
               
- Select this to execute lines of code with a D in column 7, according to the ANSI debug specification. If you don't select
                  this, lines of code with a D in column 7 are treated as comments. 
                  			 
                   Equivalent switch: 
                     				D