LA_ wrote: > Hi all! > I have JavaScript on one site and would like to edit it (I would like > to edit values of the array created there). Looks like I can not do it > thru Script tab, so I go to DOM tab and edit it there. Once I input > new value I press Enter and... nothing happens - old value is > displayed. > Does somebody know why it doesn't work? > If you want to inject some code just use the console tab (there is a line for executing code there). That includes code that would change variables.
You can also do that for local variables - just set a breakpoint in some fumction and when the script stop at this breakpoint you can change values of local variables (in the console tab). Regards, Nux. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
