Re: Trouble evaluating expression with JSD in SpiderMonkey 1.7

"John J. Barton" <[email protected]> Sun, 23 Dec 2007 09:37:23 -0800
Newsgroups gmane.comp.mozilla.devel.jsdebugger
Message-ID <[email protected]>
Dassburger wrote:
> So, my question is what is the right way to eval some expression in
> execution
> hook? Yes, we use JSD as debugging API for SpiderMonkey.

In Javascript, Firebug uses jsdIStackFrame.eval() available because the 
execution hook provides the jsdIStackFrame of the call.

John.