I solved  this myself.  The window of the new page was small so that
all the
panels of Firebug couldn't be seen.  When I maximized the window I saw
source code
for the page and was able to set a breakpoint.

On May 14, 7:43 pm, steve <[email protected]> wrote:
> I am new to Firebug so I apologize if this is basic. I have a page
> with JavaScript that only gets loaded when a link is selected on the
> main index.html page.  The link fires the code
>
>             sw1Ref = window.open('sw1.html', 'sw1', 'width=' +
> popup.sw1.width + ', height=' + popup.sw1.height + ', left=' +
> popup.sw1.left + ', top=' + popup.sw1.top);
>
> and sw1.html is the new file I want to debug. Although Firebug is
> attached to sw1.html when it loads, I don't see any way to display
> sw1's source code or set a breakpoint. The file name is not shown to
> the right of "events" and selecting the script tab doesn't show the
> code.
>
> Thanks for any help.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Firebug" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group 
> athttp://groups.google.com/group/firebug?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to