It seems I was too fast with posting the comment. I didn't know about "//@ sourceURL=" comments yet. Looks like there is already an issue for this: http://code.google.com/p/fbug/issues/detail?id=2198
Please note the comment I added there. Sebastian On Aug 24, 1:38 pm, Sebo <[email protected]> wrote: > 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/Y35MDwBjfailsto 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.
