| Index: runtime/vm/debugger.h
|
| ===================================================================
|
| --- runtime/vm/debugger.h (revision 5243)
|
| +++ runtime/vm/debugger.h (working copy)
|
| @@ -262,6 +262,11 @@
|
| // Tells debugger what to do when resuming execution after a breakpoint.
|
| ResumeAction resume_action_;
|
|
|
| + // Do not call back to breakpoint handler if this flag is set.
|
| + // Effectively this means ignoring breakpoints. Set when Dart code may
|
| + // be run as a side effect of getting values of fields.
|
| + bool ignore_breakpoints_;
|
| +
|
| friend class SourceBreakpoint;
|
| DISALLOW_COPY_AND_ASSIGN(Debugger);
|
| };
|
|
|