AlphaPage
unread,May 8, 2012, 2:43:16 PM5/8/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebug
Hello,
When I add a breakpoint, I want to watch the return value from the
function of my object.
In java for example, I hover the object with the mouse, then navigate
to the function and I click the "refresh icon" to display the data
returned by the function if it can.
I can't do the same with Firebug. To bypass the problem, I must add a
watch each time and format the value.
Maybe I don't use the debugger in the right direction.
Thanks in advance for helping to debug my code or develop such a
feature.