[TIMOB-8643] Android: V8 Debugger's indicator of current line of execution is not always accurate.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-07-21T16:55:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | core, qe-and040912 |
Reporter | Robert Collazo |
Assignee | Eric Merriman |
Created | 2012-04-09T19:07:44.000+0000 |
Updated | 2017-07-21T16:55:06.000+0000 |
Description
Based on results recorded in Debugger Test Plan and results logged from Android Rhino and iOS tests, the indicated "current line of execution" during V8 debugging is not consistent.
Steps to reproduce:
1. Create a new Titanium mobile project
2. Add/overwrite the newly created files in the Resources folder, with attached: app.js, import.js, nextwin.js
3. Copy attached *.bkpt files to the new project's Resources folder
4. Reference the Studio Debugger Test Plan (wiki.appcelerator.org/display/tp/Debugger+Test+Plan), and observe the following:
Test Case: 1013 - BASIC BREAKPOINT TEST
Step: 5
Expected: line 2 of app.js - is highlighted (as current line of execution)
Actual: line 6 of import.js - is highlighted
Test Case: 1013
Step: 7
Expected: line 84 of app.js - is highlighted (as current line of execution)
Actual: line 80 of app.js - is highlighted
Test Case: 1023 - SUSPEND TEST
Step: 5
Expected: line 91 of app.js - is highlighted (as current line of execution)
Actual: line 77 of app.js - is highlighted
* Also note Attached log and capture files
Attachments
File | Date | Size |
---|---|---|
1013-5.log | 2012-04-10T01:19:24.000+0000 | 54379 |
1013-5.tiff | 2012-04-10T01:19:24.000+0000 | 191356 |
1013-7.log | 2012-04-10T01:19:24.000+0000 | 56011 |
1013-7.tiff | 2012-04-10T01:19:24.000+0000 | 228178 |
1023-4.log | 2012-04-10T01:19:24.000+0000 | 61566 |
1023-4.tiff | 2012-04-10T01:19:24.000+0000 | 195038 |
app.js | 2012-04-09T19:07:44.000+0000 | 2197 |
breakpoint-basic.bkpt | 2012-04-09T19:07:44.000+0000 | 4090 |
breakpoint-set.bkpt | 2012-04-09T19:07:44.000+0000 | 660 |
import.js | 2012-04-09T19:07:44.000+0000 | 155 |
nextwin.js | 2012-04-09T19:07:44.000+0000 | 1628 |
tiapp.xml | 2012-04-09T19:07:44.000+0000 | 1990 |
Added log Files and screen captures.
Closing due to inactivity. If this issue still exists, please raise a new ticket