| Index: src/debug/debug-interface.h
|
| diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h
|
| index 7bcccb847c434b8233dbf9ca675abe273b9536f3..f76f4020fb3ca9c0d1b9000c289dde8b871b47dc 100644
|
| --- a/src/debug/debug-interface.h
|
| +++ b/src/debug/debug-interface.h
|
| @@ -83,6 +83,8 @@ enum ExceptionBreakState {
|
| */
|
| void ChangeBreakOnException(Isolate* isolate, ExceptionBreakState state);
|
|
|
| +void SetBreakPointsActive(Isolate* isolate, bool is_active);
|
| +
|
| enum StepAction {
|
| StepOut = 0, // Step out of the current function.
|
| StepNext = 1, // Step to the next statement in the current function.
|
|
|