Discussion:
Debugging Javascript with Firebug
xdreucker
2010-07-20 02:26:17 UTC
Permalink
Hi,

Is there a way to debug an element when an event fires, just like with
Microsoft Script Editor's "Break on next statement"?. I know you can
set breakpoints on the event handler itself but sometimes we dont know
the js file where to put that breakpoint.

Best Regards
--
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to firebug+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
John J Barton
2010-07-20 02:39:52 UTC
Permalink
Firebug supports break on attribute changes, element addition and
removal, next error, particular errors, object property changes, next
JS statement, cookie changes, and probably some more things, see:

http://getfirebug.com/doc/breakpoints/slides/#%281%29
http://getfirebug.com/doc/breakpoints/demo.html

jjb
Post by xdreucker
Hi,
Is there a way to debug an element when an event fires, just like with
Microsoft Script Editor's "Break on next statement"?. I know you can
set breakpoints on the event handler itself but sometimes we dont know
the js file where to put that breakpoint.
Best Regards
--
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to firebug+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
Dreucker Coder
2010-07-20 03:22:23 UTC
Permalink
I'm glad to hear this. Thank You very much.
Post by John J Barton
Firebug supports break on attribute changes, element addition and
removal, next error, particular errors, object property changes, next
http://getfirebug.com/doc/breakpoints/slides/#%281%29
http://getfirebug.com/doc/breakpoints/demo.html
jjb
Post by xdreucker
Hi,
Is there a way to debug an element when an event fires, just like with
Microsoft Script Editor's "Break on next statement"?. I know you can
set breakpoints on the event handler itself but sometimes we dont know
the js file where to put that breakpoint.
Best Regards
--
You received this message because you are subscribed to the Google Groups "Firebug" group.
To unsubscribe from this group, send email to
.
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en.
--
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to firebug+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
Loading...