I'm looking at the Shoes sources and experimenting with them in OS X. I'm not familiar with objective c and the OS X build environment, and I'm having trouble getting a quick turnaround when debugging the code. I'm also not sure if there is a better way to spit out debug code. Right now I:
1. Edit sources and add shoes_debug statements in places where I want to get more information (e.g. adding "shoes_debug([t_key UTF8String]);" to shoes/http/nsurl.m) 2. Run 'rake' in the shoes directory to build 3. Run a Shoes test app 4. If the app crashes and I get the OS X crash recovery window, I have no idea what to do. I end up commenting out code, recompiling, and seeing if that fixes the problem. Any tips to speed things up? Cheers, Tim
