Bug 1777479 Comment 3 Edit History

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

Selfish P1, because this is making it very difficult for Firefox developers to work on/with the profiler in local DEBUG builds.

Work-arounds:
- Build in non-DEBUG.
- Locally comment out [the unwanted MOZ_CRASH](https://searchfox.org/mozilla-central/rev/c7cf9ac290d4627ba20c7752bdcd35d5132384df/dom/security/nsContentSecurityUtils.cpp#725-732). Be careful not to publish it!

(Symbolication still won't happen, but at least Firefox will not crash.)
Selfish P1, because this is making it very difficult for Firefox developers to work on/with the profiler in local DEBUG builds.

Workarounds:
- Build in non-DEBUG.
- Locally comment out [the unwanted MOZ_CRASH](https://searchfox.org/mozilla-central/rev/c7cf9ac290d4627ba20c7752bdcd35d5132384df/dom/security/nsContentSecurityUtils.cpp#725-732). Be careful not to publish it!

(Symbolication still won't happen, but at least Firefox will not crash.)

Back to Bug 1777479 Comment 3