[TIMOB-28422] IOS: Debugger not hitting breakpoint
GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2021-04-16T12:29:46.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 10.0.0 |
Components | iOS |
Labels | regression |
Reporter | Lokesh Choudhary |
Assignee | Christopher Williams |
Created | 2021-04-15T16:39:37.000+0000 |
Updated | 2021-04-16T12:29:46.000+0000 |
Description
Steps to reproduce:
1. Create a classic/alloy app.
2. Set a breakpoint.
3. Try to debug for IOS device/simulator from studio.
Actual results:
1. The debugger does not hit the breakpoint.
2. Not seen with SDK 9.3.2.GA
Expected results:
1. Debugger hits the breakpoint.
Comments
JSON Source
https://github.com/appcelerator/titanium_mobile/pull/12725
merged to master, backport PR for 10_0_X merged https://github.com/appcelerator/titanium_mobile/pull/12727