Re: Strange behaviour on stepping.
"Randy D. Smith" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Message-ID | <[email protected]> |
Isn't this all just the "normal expected behavior" as documented in <
http://article.gmane.org/gmane.comp.mozilla.devel.jsdebugger/688
>? When I was trying to come up to speed on Venkman, I read through that
newsgroup and this thread brought to mind the "What do people use Venkman
for?" thread. I suggest reading through it to see that the two pass approach
is "per the standard" according to the claims there.
--
RDS
On 8/2/06, James Ross <[email protected]> wrote:
>
> Dassburger wrote:
> > They differ. For example, pass 1 gives such:
> >
> > 1: 80640600
> > 7: 80640603
> >
> > and pass 2 gives such:
> >
> > 1: 80640606
> > 7: 80640644
> >
> > The sequence of calls JSD_GetPCForStackFrame() -> JSD_GetClosestLine()
> > however returns line numbers 1 and 7 on both passes.
>
> Very interesting. I'd ask you to give the decomplication of the script's
> annotations (or even the script's bytecode itself), but I don't know of
> a way to do that.
>
> I'll have a poke about locally later with my debugger, but there is one
> thing you could try: add/remove/move the |var| lines. It seems a bit too
> coincidental that the two lines it jumps to are the var lines.
>
> --
> James Ross <[email protected]>
> ChatZilla Developer
> _______________________________________________
> dev-apps-js-debugger mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-apps-js-debugger
>