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
Attaching a breakpoint to event triggering?
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
  3 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
 
David  
View profile  
 More options Jul 9 2012, 11:49 am
From: David <kar...@csail.mit.edu>
Date: Mon, 9 Jul 2012 08:49:55 -0700 (PDT)
Local: Mon, Jul 9 2012 11:49 am
Subject: Attaching a breakpoint to event triggering?

I'm trying to debug some event-heavy code and would like to arrange to
break whenever a particular event is triggered so that I can see which
particular bit of code is actually handling the event.  I've found eventbug
which lets me *see*, but not break on, the events bound to a page, but
there are a lot of them.  Is there anything that will let me set a
breakpoint on an event?


 
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.
Tim Higham  
View profile   Translate to Translated (View Original)
 More options Jul 9 2012, 1:36 pm
From: Tim Higham <tim.boz.hig...@gmail.com>
Date: Mon, 9 Jul 2012 18:36:30 +0100
Local: Mon, Jul 9 2012 1:36 pm
Subject: Re: [firebug] Attaching a breakpoint to event triggering?

I think you can set break on error, then deliberately write an error in the
event handler and place a manual breakpoint when Firebug stops here -
extremely messy but all I can think of as I have never really used eventbug
much,
Tim Higham

 On 9 July 2012 16:49, David <kar...@csail.mit.edu> 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.
Sebastian Zartner  
View profile   Translate to Translated (View Original)
 More options Jul 10 2012, 1:30 am
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Mon, 9 Jul 2012 22:30:57 -0700 (PDT)
Local: Tues, Jul 10 2012 1:30 am
Subject: Re: [firebug] Attaching a breakpoint to event triggering?

Tim's suggestion helps, but of course isn't the nicest way to achieve this.
The *Break On Next*<http://getfirebug.com/wiki/index.php/Script_Panel#Break_On_Next>option should normally help you out in these cases. Though it's not perfect
and there are already several enhancements requests to improve the current
situation like issue 1711<http://code.google.com/p/fbug/issues/detail?id=1711>and issue
5045 <http://code.google.com/p/fbug/issues/detail?id=5045>.

Sebastian


 
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 »