發表文章

目前顯示的是有「chrome」標籤的文章

Chrome DevTools 的 Source 一片空白該怎麼辦?

有時候想要 debug JavaScript 的部份,但是 Chrome DevTools 的 Source 一片空白,此時我偏好的方法是在 Console 處執行: parent.location.reload(true) 即可。 也有一些其它的方法,請參見:https://stackoverflow.com/questions/20196795/chrome-developer-tool-html-script-is-blank-in-source-debugging-tutorial