Re: Thread ID in crash log

2008-12-17 Thread Darren Adkinson
Hello List, I've been googling and searching for this but to no joy. How do you get a thread ID of the current thread that will be similar with the one that shows up on a crash log? This is pretty helpful for debugging multi-threaded applications. Thanks, Radj Hi Radj, Check out

Re: NSTask

2008-12-08 Thread Darren Adkinson
Filip, the perl executable itself will be in somewhere like /usr/bin/perl (type 'which perl'). It looks like you'd need uppercase 'V' as the argument, I assume this was a typo. (no idea if the rest will work or not, I only scanned through your email...) darren On Dec 8, 2008, at 2:21

Re: xcode: how to not Go with Instruments

2008-08-26 Thread Darren Adkinson
hi Steph - if you go to the Run drop down menu you'll see: Go(Instruments) Run if you choose Run it's a 'clean' run. The next time you choose Go it will have reverted to Go(Run), ie. the last setting. I'm sure there's a persistent way to do this but I didn't find it after a quick look in