Hi
I have a JS code, is there any chance to use Firebug to pause the code
temporary and then resume it ?
Here is sample:
var b = 2;
some_async_function_call(); //Some asynchronous call which resume code
after finishing job; resume_function ( );
/**breakpoint here; something like debug keyword,... **/
alert (b);
//This function will be called from asynchronous call
var resume_function = function() {
// Resume main code by sending something to Firebug;
}
I really need this, any help would be appreciated
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---