how not to halt a debug-session on errors in a try/catch block
Hi! In a certain piece of code, I expect a fail under certain circumstances. I've put the critical piece in a try/catch block, and it works nicely - however I'd like the debugger not to halt when the...
View ArticleLatest Studio Update with SDK 1.8.2 - Debugger / Breakpoints broken for you?
With the Studio update that just came out (18-March-2012), if I set a breakpoint focus moves from the Android Simulator to Ti-Studio, so it's trying to do something, but the breakpoint never 'hits' and...
View ArticleCannot get JavaScript debugger to work. Mac - FF6
I love Appcelerator, but without the JavaScript debugger, its pretty useless trying to do any sort of development. I am using Mac - Lion FF 6 Atpana Debugger 1.7.1 FireBug 1.8.2 When I launch the...
View ArticleHow to debug malloc_error_break?
I'm getting the following error in iOS Simulator: AppName(77210,0xb0103000) malloc: *** error for object 0x9c72b34: incorrect checksum for freed object - object was probably modified after being freed....
View ArticleWhy is Titanium's connecting to iOS Simulator so slow?
MBP/2.4Ghz-i7/8Gb: The simulator is open from a previous debugging session. I click to debug with Titanium iPhone Simulator and the build happens quickly up to the console message "iPhone simulated...
View ArticleiOS Simulator -- Error connecting to debugger
When I launch iOS Simulator with any of the newer continuous build SDKs I get an error... [ERROR] : Error connecting to debugger: Error Domain=NSPOSIXErrorDomain Code=61 "The operation couldn’t be...
View ArticleTitanium and its debugger
I'm trying to use the debugger. I really can't figure how to work correctly. Is it buggy? problems faced: 1) when I set a breakpoint, sometimes it will stop on it, sometimes not. Is there some...
View ArticleDebugger not stoping in breakpoints
Guys, Any of you would know why after the most recent update of Node.acs my debugger won't stop in any of the my app breakpoints? I'm running Titanium Studio, build: 3.1.1.201306112235 Any ideas?
View ArticleBB10 debugging
When running Titanium Studio, the debug configurations shows the options for debugging on both Android & iOS simulators. However there is no option for debugging on BB10 simulator. I have installed...
View ArticleIs it possible for the debugger in Titanium Studio to stop within a JS callback?
Hello, I am working with Titanium Studio 3.1.4 and while working with my iPhone application, I noticed that the debugger would not stop at the breakpoints I have set inside my callbacks; specifically...
View ArticleHow to use the Titanium Studio's custom detail formatter in the debugger
In general, could someone provide an example of using Titanium Studio's custom detail formatter in the debugger? Specifically, could you use JSON.stringify( this ) for the object type?
View ArticleFull variable length in expressions window
I'm interested is there any way to display full variable's value in expressions window? Now it's displayed as few_first_characters... (length: 1000)
View ArticleInspect html pages using Firefox and not Safari for ipad simulation?
If you are making an HTML5 based app you can inspect elements with the Safari Developer tools using the iPad simulator options if you run the app inside the Titanium simulator. Is there a way i can do...
View ArticleBlackBerry: Debugger
I was wondering if it is possible to debug an application on BlackBerry Device Simulator? I can configure targets to run the application on the simulator, but I can not configure a debug target. I...
View ArticleThere MUST be a way to use the new Genymotion Emulator!
First of all, if you're doing android dev and not using Genymotion... GET IT! The thing is blindingly fast, faster than my Galaxy S4 device. Now that said, and because of it, is there any way that I...
View ArticleAsync code hangs, freezes UIF on iOS
Is there any way to find out what code is running in Titanium in iOS? The debugger just says there is one thread kroll$1 and it has no variables. There is a lot of async activity happening in the...
View ArticleJS debugger unstable... An internal error occurred during: "child count...
I'm on Mac OS X 10.8.5, Titanium Studio, build: 3.1.3.201309132423, Build: jenkins-titanium-rcp-master-21 (origin/master) Date: 13 September 2013, 00:23:57 The JS Debugger frequently has the follow...
View ArticleProblems with the debugger
I am running Titanium SDK 3.3.0.GA and I am running Titanium Studio 3.3.0.201407100905. I have two problems with the debugger. 1) When the debugger hits my breakpoints with the iOS simulator it is not...
View ArticleDebugger 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