I've crossposted the issue to the silverlight's forum.
http://forums.silverlight.net/forums/p/162675/366262.aspx
Microsoft representatives state that in MSDN it's specified: "The Eval
method passes the specified code to the browser's JavaScript engine to
parse and execute"

Can anyone investigate deeper? I'm not very familiar with Firefox's
engines. Maybe there is a way to hook up this script evaluation.

On 16 фев, 21:01, John J Barton <[email protected]> wrote:
> 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.

Reply via email to