On a Mac, Firebug outputs proper function names in profiler mode. On a PC, allmost all functions are logged as 'anonymous'. In this instance, almost all the function calls are prototype methods. Is there a way to get at the function names on the PC version? A setting?
Here's the difference. You can see why the PC version is far inferior. This is profiling the exact same code! (Running FF 9, Latest stable Firebug)
If nothing else works, you can always name the function:
var functionVariable = function nameVisibleToDebugger(parameters) {
...
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With