[TIMOB-18370] iOS: Switching from debugging Classic project to debugging of Alloy project without terminating previous launch does not hit breakpoints
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.5.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-3.5.0 |
Reporter | Visalakshi Chidambaram |
Assignee | Unknown |
Created | 2015-01-13T11:27:04.000+0000 |
Updated | 2018-02-28T19:54:51.000+0000 |
Description
This is not a regression reproducible with titanium sdk 3.4.1
Steps to reproduce:
1. Create a sample classic project and insert breakpoints
2. Create a sample alloy project and insert breakpoints in the doClick method in index.js
3. Debug the classic project
4. Without terminating the previous debugging session, debug the alloy project
5. Click on the button
Actual results:
3. Successfully able to debug classic project and breakpoints are hit
4. App is installed and launched
5. Breakpoints are not hit
Expected results:
5. Breakpoints are hit
Note: when this process is reversed, ie debugging alloy project first and without terminating the debugging session trying to debug the classic project, it works as expected. The breakpoints are hit in the classic project.
No comments