Enables debugging of nested stored procedure calls. Without this parameter, it is not possible to debug stored procedures that return result sets. This is due to limitations in the Microsoft SQL Common Language Runtime. NESTEDCLRDEBUG instructs the preprocessor to discard any result sets returned from nested stored procedure calls, thus making debugging possible. 
	 
 
  
 
	  
		Restriction: Applies to .NET applications only. 
		
 
 
	  
 
	 
 
	 
 
	 Dependencies:
 
		 
		To use NESTEDCLRDEBUG, you must set DBMAN=ADO. 
		
 
	 Scope:
 
		 
		
 
			  
			  
			  
				 
				  | Used at compile time: | Yes | 
 
				 
				  | Behavior at run time: | Source file | 
 
			 
 
		  
See 
		  Scope - OpenESQL SQL Compiler Directive Options and 
			 Scope - HCOSS SQL Compiler Directive Options for more information.