It would be nice to have a feature to modify the Javascript.
There are a number of ways one can rerun the code:
1.) the error is in an event-triggered function:
Modify the code and trigger the event (e.g. click on the button
again)
2.) In the initialising routine:
Include a call for the initialising routine in an event-triggered
function, trigger the event
Of course it may not work always, but in most cases it would do.
The main question is: how far can you modify the code:
a.) can you insert new code or just modify the existing one?
b.) can you comment out statements?
c.) what may be changed in an existing statement?
just parameters (like index, variable-name, property) or anything.
It all depends on the logic of the Javascript-interpreter/compiler and
if the code is precompiled before execution, can Firebug request a
recompilation after a code change?
These are a few thoughts on the subject, as I would love to have such
a feature.
> > Thanks, - Dave- Hide quoted text -
>
> - Show quoted text -