| Index: runtime/vm/debugger.cc
|
| ===================================================================
|
| --- runtime/vm/debugger.cc (revision 24635)
|
| +++ runtime/vm/debugger.cc (working copy)
|
| @@ -1659,10 +1659,10 @@
|
| if (func_to_instrument.IsNull() ||
|
| (func_to_instrument.raw() != bpt->function())) {
|
| RemoveInternalBreakpoints(); // *bpt is now invalid.
|
| - if (!func_to_instrument.IsNull()) {
|
| - InstrumentForStepping(func_to_instrument);
|
| - }
|
| }
|
| + if (!func_to_instrument.IsNull()) {
|
| + InstrumentForStepping(func_to_instrument);
|
| + }
|
| }
|
|
|
|
|
|
|