Hi. I am having a bit of an issue and I was hoping someone might have an idea. Currently when I open firebug and attempt to use the command line (on any site), variables seem to disappear after each command.
For example: var d = new Date(); <i hit enter> d <i hit enter> --Then I get a ReferenceError: d is not defined. Nothing I do seems to make this work... However the following *does* work: var d = new Date(); d This will successfully output the d variable. One person I talked to said they thought it was a change to the way scope was handled on the command line, but I have been unable to find anything with information about this. I'm currently running Firefox 3.0.4 with Firebug 1.3.0b6. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
