Tell Chrome which include files I want opened by default in devtools' Sources tab -


is there way tell chrome open include files in devtools' sources tab default? find annoying have manually browse sources tree find file want debug when it's same file every time. envision being able add sort of attribute in link or script tags tell chrome have source tabs open , waiting me:

<!-- editperson.html -->  <link      href="editperson.css"      type="text/css"      rel="stylesheet"      chrome-source />  <script      src="editperson.js"              type="text/javascript"              chrome-source ></script> 

does know of how can this, plugin/native ?

my question sort of similar programmatically open js/css file in dev tools 'sources' panel, want pre-open tabs files have been included in html.

right now, devtools remember tabs last had open, can't configure beyond that. thing cmd+o fast opening files, , it'll getting improvements in scoring relevant files @ top.


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -