[TIMOB-6536] Android: V8: Stepping over inside an included file and back into the calling script requires an additional step over.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-07-26T03:06:07.000+0000 |
Affected Version/s | Release 1.8.0.1, Sprint 2012-03 |
Fix Version/s | n/a |
Components | Android |
Labels | branch-v8 |
Reporter | Eric Merriman |
Assignee | Eric Merriman |
Created | 2011-12-09T11:31:48.000+0000 |
Updated | 2017-07-26T03:06:07.000+0000 |
Description
While running Basic Breakpoint test case there are two points at which the stepping is not working as expected.
The first is after the first breakpoint hit where the tester must hit "Step Over". At this point it is expected that line 2 of app.js is highlighted. This does not occur. Clicking "Step over" again (as is required as a workaround with some other discovered bugs) results is a source not found error.
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 5 fails to produce expected result. Breaks at import.js line 13
Expected:
Step 5 "step over" highlights line 2 of app.js
Tested with Ti Mob Build 1.8.0.1.v20111214093905 The actual result is that instead of hitting call frame at 2 it hits at 13
Michael, which file was that line 13?
Confirmed with Eric the break on line 13 occurs in import.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 with v8. Did not test on rhino.
Closing due to inactivity. If this issue still exists, please raise a new ticket.