Chromium Code Reviews| Index: runtime/vm/debugger_api_impl.cc |
| =================================================================== |
| --- runtime/vm/debugger_api_impl.cc (revision 24627) |
| +++ runtime/vm/debugger_api_impl.cc (working copy) |
| @@ -423,7 +423,7 @@ |
| DART_EXPORT Dart_Handle Dart_SetStepInto() { |
| Isolate* isolate = Isolate::Current(); |
| DARTSCOPE(isolate); |
| - isolate->debugger()->SetStepInto(); |
| + isolate->debugger()->SetSingleStep(); |
| return Api::Success(); |
| } |