Friday, September 12

1:30 pm – 2:00 pm


Beyond DevTools: Debugging by Proxy


You know your way inside and out when it comes to DevTools in all the browsers. You understand the network waterfall and can hunt down memory leaks with the best of them. However, you’re hitting some sporadic issues on mobile, but you can’t reliably reproduce them. Perhaps you’ve got some minified code in production and you’d really like to just replace it for debugging with unbuilt code, but you don’t want to actually put your unbuilt app into production.

Proxies to the rescue! In this talk, Brian will introduce the concept of using a proxy as a debugging tool, showing you how you can observe everything happening at a network level, including hijacking requests, responses, modifying headers, and even emulating latency problems, in order to help you harden your application against the harsh realities of slow, flaky networks.

Brian ArnoldSpeaker