[TIMOB-7060] Android: Debugger - V8 - Call frame names in the debug view are named differently against Rhino
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-08-01T21:05:19.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Wilson Luu |
Assignee | Ingo Muschenetz |
Created | 2012-01-10T10:57:01.000+0000 |
Updated | 2017-03-21T18:19:34.000+0000 |
Description
Steps to reproduce:
1. In https://wiki.appcelerator.org/display/tp/Debugger+Test+Plan, go to test case 1013
2. Execute steps 1 - 4
Actual: On V8, I get the following behavior in the debug view:
(anonymous function)()[import.js:6]
[Top-level script][app.js:1]
Expected: On Rhino:
[Eval script][import.js:6]
[Top-level script][app.js:1]
This bug could possibly be a duplicate of an existing bug.
https://wiki.appcelerator.org/display/tp/Debugger+Test+Plan, shows page not found error
Closing ticket as the issue will not fix.