Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 sibideepak
		
			sibideepak
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi all,
I want skip some store statement when i'm on debug mode(especially with limit load) .
how do I achieve it??
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Maybe you can check the size of your tables (NoOfRows(['TableName ' ]) ) and build a condition on that.
 
					
				
		
I doubt you can do it... You can use some conditional script execution (if...then...) based on a variable, but it is not related to the debug mode.
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
In Debug mode you can not do it,
Instead of this you can limit you load in script in where clause.
Regards
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Maybe you can check the size of your tables (NoOfRows(['TableName ' ]) ) and build a condition on that.
 
					
				
		
Set the Break Points in script .
