Chrome Developer Tools - Sources blank

Chrome Developer Tools - Sources blank

I rely heavily on  Chrome Developer Tools - Sources to debug javascript in my web pages. I have recently begun building my first jquery mobile webapp and have been alarmed to discover that the Sources window, for each page, is completely blank. I use Chrome in mobile simulation mode to build and test all my pages before testing on a physical phone device. No js or html appears at all, for any of my pages. I surmise this is because of JM's approach to loading content behind the scenes rather than the traditional page load approach.

Is there some way to resolve this? The inability to debug js in a webapp is a really horrible thing. :-|

Thanks in advance for any advice.