9/11/2009

Debugging spree

Crazy days! Debugging like hell. I've found out about Clang, a free and useful debugging tool for Xcode, but then I found out about the new Build and Analyze menu which pretty much does the same thing as Clang. I'm using both Instruments and that menu to debug my app. It was crashing like crazy 3 days ago, but now my app is running way better. I'm getting memory warning after about 10 minutes of playing. Need to release the objects more properly.

怒濤のデバッグ日和!デバッグツールにはかかせないClangを知り、そしてXcodeについてくるBuild and Analyzeのメニューを知った。どっちもにたようなことをするので今はInstrumentsとそれを使ってる。3日前は死ぬほどクラッシュしてたけど今は10分ほどプレイしてるとメモリー警告メッセージがくるだけ。ちょっとは安心したけど、どこでどうメモリーリークしてるのかを発見しないとまたこれ進まんな。

No comments:

Post a Comment