Chrome Developer tool: html script is blank (in source) debugging tutorial
Solution 1:
in my case the order helped was
- close the blank tab in sources
- close dev tools
- open dev tools
- open the tab in sources(its still blank)
- refresh page
Solution 2:
This appears to be a known issue with Chromium DevTools. Basically, the HTML and other non-script content is already flushed before DevTools opens and there's no reliable way to get it back. Refreshing the page with DevTools open "corrects" the issue.