|  | @@ -794,16 +794,16 @@ referencedClasses: []
 | 
	
		
			
				|  |  |  smalltalk.ASTDebugger);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  smalltalk.addMethod(
 | 
	
		
			
				|  |  | -"_stepOver",
 | 
	
		
			
				|  |  | +"_step",
 | 
	
		
			
				|  |  |  smalltalk.method({
 | 
	
		
			
				|  |  | -selector: "stepOver",
 | 
	
		
			
				|  |  | +selector: "step",
 | 
	
		
			
				|  |  |  category: 'stepping',
 | 
	
		
			
				|  |  |  fn: function (){
 | 
	
		
			
				|  |  |  var self=this;
 | 
	
		
			
				|  |  |  return smalltalk.withContext(function($ctx1) { 
_st(self["@continuation"])._value();
 | 
	
		
			
				|  |  | -return self}, function($ctx1) {$ctx1.fill(self,"stepOver",{}, smalltalk.ASTDebugger)})},
 | 
	
		
			
				|  |  | +return self}, function($ctx1) {$ctx1.fill(self,"step",{}, smalltalk.ASTDebugger)})},
 | 
	
		
			
				|  |  |  args: [],
 | 
	
		
			
				|  |  | -source: "stepOver\x0a\x09continuation value",
 | 
	
		
			
				|  |  | +source: "step\x0a\x09continuation value",
 | 
	
		
			
				|  |  |  messageSends: ["value"],
 | 
	
		
			
				|  |  |  referencedClasses: []
 | 
	
		
			
				|  |  |  }),
 |