[TIMOB-8645] Android: V8 Debugger displays incorrect Thread state.
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-07-11T23:17:27.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-10T02:11:33.000+0000 |
Updated | 2017-07-11T23:17:27.000+0000 |
Description
Android V8 Debugger displays incorrect state for "Stepping". In the cases below, the "Stepping" state flashes just long enough to read and then it changes to "Suspended" as the step reaches a break.
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: 21
Expected: Confirm thread is described as (stepping)
Actual: thread state displayed "Suspended"
Test Case: 1023 - SUSPENDED TEST
Step: 6
Expected: In Debug view, confirm Thread [kroll$1](Stepping)
Actual: thread state displayed "Suspended"
Attachments
Closing ticket due to time passed and lack of progress for a number of years. Please open a new ticket if there are any problems.