Hi, look at your web.config,
javascript files will not be displayed and will have an alphanumeric name if your debug attribute is set to false. Set it to true and try debugging again
<system.web> <compilation debug="false" targetFramework="4.0">
You can also see the VM for the javascript file name when you execute dynamic javascript (e.g. javascript template) via a callback in $ .ajax post
houss source share