↧
Debugger crash SDK 3.5
Running SDK 3.5 with debugger on IOS 6+ simulator I have a very simple app app.jsvar win1 = Titanium.UI.createWindow({ title:'Tab 1', backgroundColor:'#fff' }); win1.open(); var xxx=1; If no...
View ArticleApp crashing when hitting debugger breakpoint using 3.5.1.GA SDK and Studio...
Everytime I hit a breakpoint my app crashes in the simulator. I am using the latest 3.5.1.GA SDK and Studio 3.4.1.201410281727 on Mac OS X 10.10.1. Has anyone else been able to debug successfully on...
View Article