[TIMOB-6653] Android: Debugger - v8 - Basic breakpoint test case does not have expected results when step returning from a breakpoint
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-28T19:33:33.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | n/a |
Components | Android |
Labels | branch-v8 |
Reporter | Natalie Huynh |
Assignee | Ingo Muschenetz |
Created | 2011-12-13T18:01:05.000+0000 |
Updated | 2017-06-28T19:33:33.000+0000 |
Description
While running Basic Breakpoint test case there are two points at which the stepping is not working as expected.
After hitting the second breakpoint, where the tester must hit "Step return". This does not result in the expected highlight of line 84 of app.js. Hitting step return a second time does however get the test to the point expected.
Steps to reproduce:
1) Create a new project in studio called debug_test
2) Move the js files from the debug test project in titanium_mobile_tests_internal
3) Refer to the test plan at http://wiki.appcelerator.org/display/tp/Debugger+Test+Plan
4) Execute test case 1013
Result:
Step 7 fails to produce expected result
Expected:
Step 7 "Step return" highlight line 84 of app.js
Bug still persists on: SDK build: 2.0.0.v20120328000206 Runtime: v8 Titanium Studio, build: 2.0.0.201203271933 Device: Android Emulator 2.2 OS: Snow Leopard (10.6.8) Note: Only tested on v8. Did not test on rhino.
Closing ticket due to time passed and lack of progress over the past few years. Any problems, please file a new ticket.