Index: src/full-codegen.cc |
=================================================================== |
--- src/full-codegen.cc (revision 3808) |
+++ src/full-codegen.cc (working copy) |
@@ -986,8 +986,7 @@ |
Comment cmnt(masm_, "[ DebuggerStatement"); |
SetStatementPosition(stmt); |
- DebuggerStatementStub ces; |
- __ CallStub(&ces); |
+ __ DebugBreak(); |
// Ignore the return value. |
#endif |
} |