-
More Chrome Debugging Tips
Last updated: Tuesday, October 22, 2024
Published in: CODE Magazine: 2023 - May/Jun
Sahil talks about more tools available in Chrome DevTools that can make your software development better, including these features: Find unused JavaScript on a page; jQuery selector syntax for debugging; use XHR breakpoints to debug multi-threaded JavaScript code; use conditional breakpoint in JavaScript, and more.
-
Chrome Debugging Tips
Last updated: Friday, February 24, 2023
Published in: CODE Magazine: 2023 - March/April
Learn why the dev tools in Chrome are still the ones that Sahil uses. Read how to use code folding, locate any file (Ctrl-p), Prettify, the snippet editor, live expressions, and more.