[Webkit-unassigned] [Bug 19157] Inspector should support console.trace
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 15 01:04:38 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19157
------- Comment #2 from casey.hattori at gmail.com 2008-08-15 01:04 PDT -------
I read CallStackSidebarPane.js but it looks like you can't get the CallFrame
unless the debugger is enabled and paused.
>JavaScriptCallFrame* JavaScriptDebugServer::currentCallFrame()
>{
> if (!m_paused)
> return 0;
> return m_currentCallFrame.get();
>}
My initial thought was I could do it using arguments.callee.caller but I think
ArgList doesn't have the callee info.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list