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
Post a Comment