dev_compiler icon indicating copy to clipboard operation
dev_compiler copied to clipboard

Document debugging tips with DDC

Open vsmenon opened this issue 10 years ago • 1 comments

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.

vsmenon avatar Aug 19 '15 15:08 vsmenon

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")

jmesserly avatar Aug 19 '15 15:08 jmesserly