NEW145622
DebuggerManager.js _sourceCodeLocationFromPayload should handle native functions
https://bugs.webkit.org/show_bug.cgi?id=145622
Summary DebuggerManager.js _sourceCodeLocationFromPayload should handle native functions
Mark Lam
Reported 2015-06-03 17:54:55 PDT
Native functions will have a scriptId of 0. Currently, if _sourceCodeLocationFromPayload() encounters a native function, it will still proceed to look up id 0 in its _scriptIdMap and fail. This is the cause of the CONSOLE_ASSERT failure on the script value that follows.
Attachments
Radar WebKit Bug Importer
Comment 1 2015-06-03 17:55:16 PDT
Note You need to log in before you can comment on or make changes to this bug.