Index: src/codegen-arm.cc |
=================================================================== |
--- src/codegen-arm.cc (revision 1738) |
+++ src/codegen-arm.cc (working copy) |
@@ -2335,7 +2335,9 @@ |
VirtualFrame::SpilledScope spilled_scope(this); |
Comment cmnt(masm_, "[ DebuggerStatament"); |
CodeForStatementPosition(node); |
+#ifdef ENABLE_DEBUGGER_SUPPORT |
frame_->CallRuntime(Runtime::kDebugBreak, 0); |
+#endif |
// Ignore the return value. |
ASSERT(frame_->height() == original_height); |
} |