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

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

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -