[TIMOB-4194] 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 | Cannot Reproduce |
Resolution Date | 2011-10-24T10:58:48.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | Sprint 2011-43 |
Components | iOS |
Labels | breakpoint, debugger, failed_connect |
Reporter | Natalie Huynh |
Assignee | Stephen Tramer |
Created | 2011-05-23T18:20:27.000+0000 |
Updated | 2012-02-10T00:50:10.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
Associated HD ticket
A customer is having this problem. http://appc.me/c/APP-467385Environment
{noformat} Product: Mobile Titanium SDK: Mobile 1.7.1 Platform OS: iOS Platform OS Version: 4.2 {noformat}Console output
{panel} [TRACE] app property, ti.facebook.appid : 191644597554020 [DEBUG] Detecting modules in /Users/imac/Documents/Titanium Studio Workspace/flipchademo/modules [DEBUG] Detecting modules in /Library/Application Support/Titanium/modules [INFO] Skipping JS compile, running from simulator [INFO] Performing clean build [DEBUG] executing command: /usr/bin/killall iPhone Simulator [DEBUG] No matching processes belonging to you were found [DEBUG] finding old log files [DEBUG] executing command: mdfind -onlyin /Users/imac/Library/Application Support/iPhone Simulator/4.2 -name 61248752-f2bd-4107-955e-98d505474864.log [DEBUG] /Users/imac/Library/Application Support/iPhone Simulator/4.2/Applications/A944387F-6070-4FB4-BDC0-DF4AA3C89E09/Documents/61248752-f2bd-4107-955e-98d505474864.log [DEBUG] removing old log file: /Users/imac/Library/Application Support/iPhone Simulator/4.2/Applications/A944387F-6070-4FB4-BDC0-DF4AA3C89E09/Documents/61248752-f2bd-4107-955e-98d505474864.log [INFO] Launching application in Simulator [DEBUG] App Spec:Looks like this issue is resolved, but there are still problems when dealing with an imported project that had a previously complete build. It needs to be cleaned before any changes can be picked up appropriately. Going to mark this as resolved, provided: 1. The project is imported into TiStudio 2. The project is cleaned 3. The project is built Honestly, a clean step should be part of the import process.
Cannot reproduce off of titanium_mobile/master:e69cc8f. Does require a clean to get the project to build, but that is a separate issue (not picking up new class files/binaries after import).
closing as we are not able to reproduce using master (1.9.0 Feb 9 2012 09:46 rd47ce8a4)