Bug 1697077 Comment 9 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

By "flag word" here I mean something like this:
```
#ifdef DEBUG
  bool shouldSimulateInterrupt = false;
#endif
By "flag word" here I mean something like this (in the definition of the `Isolate` class):
```
#ifdef DEBUG
  bool shouldSimulateInterrupt = false;
#endif

Back to Bug 1697077 Comment 9