[TIMOB-4193] iOS: Debugger fails to connect when running certain projects, the debugger.plist is not being created
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2011-07-27T11:17:47.000+0000 |
| Affected Version/s | Release 1.7.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | breakpoint, debugger, failed_connect |
| Reporter | Natalie Huynh |
| Assignee | Stephen Tramer |
| Created | 2011-05-23T18:19:55.000+0000 |
| Updated | 2011-08-15T13:29:36.000+0000 |
Description
Steps to Reproduce:
1. Get the project from barcelona: 10.0.1.40/Appcelerator/Thomas/forNatalie/KitchenSinkThomas
2. Add a breakpoint on line 21 in the app.js file
3. Run project in debug
Actual Result:
Debugger progress waits for debugger to connect and stuck at 57% and application just launches
Expected Result:
To stop at the breakpoint
Note:
Same project works fine with Android
Closing as duplicate of 4194