I recently had my xcode upgraded to version 4, and I have an EXC_BAD_ACCESS exception
in my code, but despite setting NSZombieEnabled
in the environment it's still showing the break point on the thread1, int retVal = UIApplicationMain(argc, argv, nil, nil);
line.
I'm sure I had this configured in XCode 3 to stop on the line of my code that was causing the exception. Now it doesn't do that and displays no error messages in the GDB window either.
Does anyone know what I might be missing?
Thanks Ray