Issue 1811
: Add prettyName/displayName support to Profiler output and Stacks
Steps to reproduce
Open Firebug and enable the Script panel
Click on this button
Execute Test
The debugger should break at line 14
Switch to the Stack (side) panel
Expected result
The stack should display following three functions:
customDisplayName() onExecuteTest() onclick()