Not much.
May I explain it better:
listenerFunction = function(e){
// and I want to get here
// and I cannot put the debugger here
}
object.addListener('evt', listenerFunction )
// into the object
object.fireFunction = function(){
// I'm here in the thread/stack
debugger;
this.fireEvent('evt');
}
I'm into the part of my code where I fire the event
Now I want to know who are my listeners and
make a breakpoint on the first line of my listener method;
The inverse is easier because I'm into the listen function
I look at the stack and find the nearest line with something with my
code and I click there; Now I can see my function that fired
the event.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/How-to-debug-event-listeners-tp7581798p7581811.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel