Subj : JS_EvaluateUCInStackFrame() question To : netscape.public.mozilla.jseng From : Michael Daumling Date : Sun Sep 04 2005 03:12 pm I am writing a homebrew debug API without using JSD. In this debugger, I call JS_EvaluateUCInStackFrame() to evaluate console input. If I do this at a breakpoint inside a function, I cannot access local variables or arguments by name. Is there anything I should do so I can access these variables by means of console input? Thanks, Michael .