possible to refresh chrome dev tools watch expressions manually or by code? -


taking @ https://developer.chrome.com/devtools/docs/tips-and-tricks#favorite-expression

if don't set breakpoints, have manually click on refresh icon in watch expressions panel. nice if put in debugging code update watch expressions without ever having enter debug mode.

something this:

// update function setinterval(function() {     console.refresh(); }, 1000); 


Comments

Popular posts from this blog

Linux vanilla kernel on QEMU and networking with eth0 -

rdbms - what exactly the undo information lives in oracle? -

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -