[TIMOB-11838] iOS: Device Debugger: show network in UI to help user with troubleshooting
GitHub Issue | n/a |
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-12-26T22:48:29.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2012 Sprint 26 Core, 2012 Sprint 26 |
Components | iOS |
Labels | debugger, ios-device-debugger |
Reporter | Dustin Hyde |
Assignee | Max Stepanov |
Created | 2012-11-20T23:50:42.000+0000 |
Updated | 2017-03-24T20:58:13.000+0000 |
Description
During iOS device debugging, if the app launches and the session fails to connect to Studio, there is no immediate error message, only "Waiting for debugger to connect..." with a possible time-out. A suggested improvement, in conjunction with TIMOB-11838, is to display the network name in the waiting menu. Then the user will know which network they are on.
This issue is the alternative to fixing TIMOB-11230.
Max's Comment from TIMOB-11230:
@Dustin, if you want WiFi networks displayed in iOS and TiStudio UIs, please create corresponding Feature requests.
Steps to Reproduce:
1. Debug on iOS Device.
2. Install app to device.
3. Cancel debug process from Studio.
4. Launch app from device (knowing it should fail).
Actual Result:
"Waiting for debugger to connect..." and possible time-out.
Expected Result:
"Waiting for debugger to connect on network Appcelerator, Inc..."
Attachments
PR https://github.com/appcelerator/titanium_mobile/pull/3593
Pull merged.
Closing ticket as fixed with reference to previous comments.