Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Dojo Eval Debugging
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
toonetown  
View profile  
 More options Nov 3 2009, 2:46 pm
From: toonetown <nathan.to...@gmail.com>
Date: Tue, 3 Nov 2009 11:46:22 -0800 (PST)
Local: Tues, Nov 3 2009 2:46 pm
Subject: Dojo Eval Debugging
I just noticed your post at http://blog.getfirebug.com/2009/11/02/dojo-faq-on-eval-debugging-out-...
and have updated the FAQ page.

It appears however, that the original FAQ identifies this as a bug in
mozilla's jsd code - not in firebug.  From the comment at
https://bugzilla.mozilla.org/show_bug.cgi?id=307984#c34, it appears
that firebug has a workaround in place for that issue - is that the
case?

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
toonetown  
View profile  
 More options Nov 3 2009, 2:48 pm
From: toonetown <nathan.to...@gmail.com>
Date: Tue, 3 Nov 2009 11:48:27 -0800 (PST)
Local: Tues, Nov 3 2009 2:48 pm
Subject: Re: Dojo Eval Debugging
BTW - in order to get a trac account for bugs.dojotoolkit.org, you
just need to create an account at www.dojotoolkit.org.  The same
account is used in both places.

-Nathan

On Nov 3, 12:46 pm, toonetown <nathan.to...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John J Barton  
View profile  
 More options Nov 3 2009, 5:26 pm
From: John J Barton <johnjbar...@johnjbarton.com>
Date: Tue, 3 Nov 2009 14:26:47 -0800 (PST)
Local: Tues, Nov 3 2009 5:26 pm
Subject: Re: Dojo Eval Debugging

On Nov 3, 11:46 am, toonetown <nathan.to...@gmail.com> wrote:

> I just noticed your post athttp://blog.getfirebug.com/2009/11/02/dojo-faq-on-eval-debugging-out-...
> and have updated the FAQ page.

Thanks!

> It appears however, that the original FAQ identifies this as a bug in
> mozilla's jsd code - not in firebug.  From the comment athttps://bugzilla.mozilla.org/show_bug.cgi?id=307984#c34, it appears
> that firebug has a workaround in place for that issue - is that the
> case?

Mozilla's jsd code does not support eval() debugging. Specifically it
assigns the caller's source file name to the eval() buffer, so the
line numbers from the eval() overlap the line numbers of the caller.
In Firebug I fix this by breakpointing on every script compilation,
examining the call stack to determine that eval() is involved,
computing an MD% hash of the eval() buffer, and using the hash to
track the buffer for debugging.

jjb


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John J Barton  
View profile  
 More options Nov 4 2009, 1:03 am
From: John J Barton <johnjbar...@johnjbarton.com>
Date: Tue, 3 Nov 2009 22:03:41 -0800 (PST)
Local: Wed, Nov 4 2009 1:03 am
Subject: Re: Dojo Eval Debugging

On Nov 3, 11:46 am, toonetown <nathan.to...@gmail.com> wrote:

> I just noticed your post athttp://blog.getfirebug.com/2009/11/02/dojo-faq-on-eval-debugging-out-...
> and have updated the FAQ page.

Well I'm sorry but the FAQ is just wrong. To the best of my knowledge,
the title is just incorrect:

Why does the Mozilla debugger (Venkman/Firebug/Aptana) report all
errors in loader.js?

Firebug should not report errors in loader.js. Aptana uses Firebug. So
the correct title would be

Why does Venkman report all errors in loader.js?

jjb


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
toonetown  
View profile  
 More options Nov 4 2009, 3:34 pm
From: toonetown <nathan.to...@gmail.com>
Date: Wed, 4 Nov 2009 12:34:21 -0800 (PST)
Local: Wed, Nov 4 2009 3:34 pm
Subject: Re: Dojo Eval Debugging
I have fixed the title as well now.

On Nov 3, 11:03 pm, John J Barton <johnjbar...@johnjbarton.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John J Barton  
View profile  
 More options Nov 4 2009, 4:32 pm
From: John J Barton <johnjbar...@johnjbarton.com>
Date: Wed, 4 Nov 2009 13:32:28 -0800 (PST)
Local: Wed, Nov 4 2009 4:32 pm
Subject: Re: Dojo Eval Debugging
Thanks, I updated the blog entry. jjb

On Nov 4, 12:34 pm, toonetown <nathan.to...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »