リリースモードでアプリケーションをデバッグする方法を教えてください。最初の行でもクラッシュします。以下はコードスニペットです。
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
// Insert code here to initialize your application
debugLog<<" inside app did finish launching "<<endl;
**// here its crashing**
[self InitAppController];
[AppUtil createAppMacFolder];
}