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. *** set a breakpoint in malloc_error_break to debugFor a normal iOS app, in Xcode, you debug this by setting a symbolic breakpoint at malloc_error. How do I debug this with Titanium?
What I really need to know is what .js file & line of code caused this error.