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