On Feb 16, 6:47 am, Aleh Yafimau <[email protected]> wrote: > Hello guys, > > when we evaluate scripts from Silverlight using > > HtmlPage.Window.Eval(script);
Do you know what Javascript feature is used to implement this function? > > these scripts are not added to the scripts-list in Firebug like > scripts evaluated with javascript's window.eval(); so they can't be > debugged. Which version of Firebug? eval() debugging has been supported since Firebug 1.2 on Firefox, but Firebug Lite has almost no support for JS debugging. jjb -- 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.
