Chrome Dev Tools custom formatter for Immutable-js values
Betwixt is a system-wide network monitor and web debugging proxy that captures network requests from any installed application. It functions as an HTTPS traffic inspector, routing operating system and command line interface traffic through a local proxy for analysis. The tool utilizes a Chrome DevTools compatible interface to render captured traffic, allowing for the inspection of requests and responses from non-browser sources. It performs man-in-the-middle HTTPS decryption by generating a trusted root certificate to inspect encrypted communication between clients and servers. The project c
Unleash your screenshots stored in Chrome Devtool timeline files
Converts output of various profiling/sampling tools to the .cpuprofile format so it can be loaded into Chrome DevTools.
Instruments a JavaScript file to record its call graph and (optionally) time spent in each function. When the file is run in the browser, a trace can be converted to the Chrome CPU profile format for viewing in DevTools.
The main features of brendankenny/call-trace are: Debugging Tooling.
Open-source alternatives to brendankenny/call-trace include: andrewdavey/immutable-devtools — Chrome Dev Tools custom formatter for Immutable-js values. kdzwinel/betwixt — Betwixt is a system-wide network monitor and web debugging proxy that captures network requests from any installed… pmdartus/snapline — Unleash your screenshots stored in Chrome Devtool timeline files. thlorenz/cpuprofilify — Converts output of various profiling/sampling tools to the .cpuprofile format so it can be loaded into Chrome DevTools.