On Feb 16, 9:38 am, Aleh Yafimau <[email protected]> wrote: > For evaluating Silverlight uses method DOM_Eval form the dll included > with Silverlight: agcore.dll > It can be found in %Program Files%\Microsoft Silverlight\3.0.50106.0\ > or whatever version of silverlight u have.
Sorry, the JS debugging in Firebug uses Firefox APIs to control the run time engine. If you use another js engine, you will need to use their debugger. If anyone is interested we can help you integrate another engine into Firebug. jjb > > On 16 фев, 17:35, John J Barton <[email protected]> wrote: > > > 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.
