WebWeWant / webwewant.fyi

If you build websites, you inevitably run into problems. Maybe there’s no way to achieve an aspect of your design using CSS. Or maybe there’s a device feature you really wish you could tap into using JavaScript. Or perhaps the in-browser DevTools don’t give you a key insight you need to do your job. We want to hear about it!
https://webwewant.fyi
MIT License
76 stars 23 forks source link

I want the DevTools console to tell me when something happened. #659

Open WebWeWantBot opened 8 months ago

WebWeWantBot commented 8 months ago

title: I want the DevTools console to tell me when something happened. date: 2024-02-05T17:27:19.720Z submitter: PRIVATE number: 65c11a7792f3850070011ac2 tags: [ ] discussion: https://github.com/WebWeWant/webwewant.fyi/discussions/ status: [ discussing || in-progress || complete ] related:

Let's say that you just finished a session of debugging and go back to your editor to change a few things, as hot module replacement is common place nowadays, you don't refresh your page, now you get a LOT of errors in the console, which ones are from before you changed things and which are from after? You can't know without memorizing every error. This completely defeats the point of HMR as you have to refresh the page or clear the DevTools, remembering the latter is an inconvenience and sometimes you want to actually see the error you're trying to fix.


If posted, this will appear at https://webwewant.fyi/wants/65c11a7792f3850070011ac2/