In which case it kills your app during testing as all the trace commands execute. A useful method to avoid this is an obvious one, but could be useful to some novicecoders - do a search and replace for the phrase "trace" and replace with "//trace" this then sorts out the bulk of it. Make sure you save your work first!
Another tip I've worked out recently while working on massive 5000 line programs is to put the comment "/here" wherever in the code segment that I'm working on. This makes it pretty easy to jump about tp the salient sections in a lot of code whole you test and tweak your program.
Published with Blogger-droid v1.6.7