Re: jsdIStackFrame.pc semantics
James Ross <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Message-ID | <[email protected]> |
John J. Barton wrote: > So one model is that the PC is somehow at the end of > the function call: > > eval( req.responseText); // line 5 > ---------------------------------------^ > so it is just on the next line "barely". > > Or there is just another "off-by-one" problem in my code, > not the first I guess ;-). I believe that when functions are called, the PC still points to the location of the call, which means it's likely a problem along the lines Adam mentioned. -- James Ross <[email protected]> ChatZilla Developer