Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IE8 Javascript profiler not showing source code

When using IE8's javascript profiler in the Developer Tools, why does it not show the url or line number in the report? If I double click on a function it says "Source code is not available for this location".

like image 670
cbp Avatar asked Jan 13 '11 04:01

cbp


1 Answers

You have to go to the Script tab and click Start Debugging to get line numbers and file names in profiler results.

Instructions with pictures: http://msdn.microsoft.com/en-us/library/dd565625(v=vs.85).aspx

like image 128
dtanders Avatar answered Oct 19 '22 12:10

dtanders