Sorry, that there was no earlier reply.
Currently I don't really know what you expect.
What I did:
1. I copied the following lines of code to the Command Editor and
executed them:
console.log("console.log('zero');\
//@ sourceURL=zero");
eval("console.log('uno');\r\n\
//@ sourceURL=uno");
eval("console.log('dos');\r\n//@ sourceURL=dos");
eval("console.log('tres');//@ sourceURL=tres");
2. Switched to the Script panel
3. Clicked the Script Location Menu button
=> Found the eval()ed scripts labelled with 1 to 4 under
resource://firebug_rjs/console/commandLineExposed.js/eval/seq/4
Sebastian
On Jul 24, 9:41 pm, CrabDude <[email protected]> wrote:
> TLDR;
>
> Loading the scripthttp://pastebin.com/Y35MDwBjfails to set filename
> property in scripts tab for eval'd scripts. Tried remote script &
> console.log'd in multiple OS / FF X.x / FB X.x combinations. None
> worked.
>
> Additional Details:
>
> I've tried my best to find a combination of OS, FF version and FB
> version that this works for, and yet have found none. I've seen the
> bugs / issues that state this is working as recently as Feb, and have
> ensured extensions.firebug.decompileEvals is not set (when applicable)
> in either the scripts tab or about:config... Is anyone able to
> provide a sanity check as to what I'm doing wrong, or if there are
> known issue causing this to fail?
>
> Thanks,
> Adam Crabtree
--
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.