I downloaded Firebug and attempted to use it to debug JS for a site that uses frames.
My understanding is when I go to the Script tab in Firebug, I would see the JS functions on the aspx and the JS in any files that are included and I would be able to set breakpoints.
However, all I see on this site is:
</head>
<frameset>
<frame src="../company/HostPage.aspx name="mainFrame">
<noframes></noframes>
</frameset>
</html>
Am I understanding Firebug correctly?