Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18370] iOS: Switching from debugging Classic project to debugging of Alloy project without terminating previous launch does not hit breakpoints

GitHub Issuen/a
TypeBug
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 3.5.0
Fix Version/sn/a
ComponentsiOS
Labelsqe-3.5.0
ReporterVisalakshi Chidambaram
AssigneeUnknown
Created2015-01-13T11:27:04.000+0000
Updated2018-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.

Comments

No comments

JSON Source