dev_compiler
dev_compiler copied to clipboard
Document debugging tips with DDC
Document best practices in debugging DDC output.
Here's one:
- Enable "Framework blackbox patterns" in Chrome dev tools. Add a URI pattern "runtime/_" and set behavior to BlackBox. This will suppress dcalls, etc, in the stack traces that you see and step through.
Nice! I wonder if we can have an extension or something that sets this up automatically.
(Of course, you'd still have to install the extension. But we could have a promo that pops up and says "hey you might want to install dev_compiler's debugging extension")