| 
					
				 | 
			
			
				@@ -186,6 +186,12 @@ valueWithInterval: aNumber 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 Object subclass: #MethodContext 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	instanceVariableNames: '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	category: 'Kernel-Methods'! 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+!MethodContext commentStamp! 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+MethodContext hold all the dynamic state associated with the execution of either a method activation resulting from a message send. That is used to build the call stack while debugging. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+   
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+MethodContext instances are JavaScript SmalltalkMethodContext objects defined in boot.js  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+Current limitation: MethodContext instances are not created on Block evaluation. That means it's actually impossible to debug inside a Block.! 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 !MethodContext methodsFor: 'accessing'! 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |