Hi there
I have an Objective-C program, created in Xcode, which simply writes its output to the console.
There is one line in my program, that if I comment out and run the program the console output ends after exiting the controller object's awakeFromNib method. At which point I hit the Stop button to quit the program.
However, if I uncomment this one line of code and run the program, the console output is the same as before except the debugger is then loaded.
Should I take the debugger loading automatically as a sign that something is wrong with my program? Note, I still need to hit Stop to quit the program.
Below is the extra console output:
I have an Objective-C program, created in Xcode, which simply writes its output to the console.
There is one line in my program, that if I comment out and run the program the console output ends after exiting the controller object's awakeFromNib method. At which point I hit the Stop button to quit the program.
However, if I uncomment this one line of code and run the program, the console output is the same as before except the debugger is then loaded.
Should I take the debugger loading automatically as a sign that something is wrong with my program? Note, I still need to hit Stop to quit the program.
Below is the extra console output:
Code:
Loading program into debugger
GNU gdb 6.3.50-20050815 (Apple version gdb-962) (Sat Jul 26 08:14:40 UTC 2008)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-apple-darwin".Program loaded.
sharedlibrary apply-load-rules all
Attaching to program: `/Users/steve/mysoftware/projects/Cocoa3 Quran/build/Release/Cocoa3 Quran.app/Contents/MacOS/Cocoa3 Quran', process 15543.
(gdb)