Microsoft Edge’s Console is the most used part of the browser developer tools. There are a few problems with that, and there are better ways to debug scripts. This is a talk that I’ve given at CityJS this September. These are things I encountered during working on the tools and going through user feedback.
Table of contents
1. Console is much more than `log()`!2. You can log without source access – live expressions and logpoints3. You can log outside the browser – VS Code debugger4. You can inject code into any site – snippets and overrides.5. You can inspect and debug much more than you know!6. Some dirty secrets…7. You’re the audience and the clients of Developer Tools!2 Comments
Sort: