Chapter 6 - Pointy
Kinda struggling with the differences between what's presented in the book and the way XCode 3 works.......I've typed in Pointy, built it and run it. The initial prompt appears in the debugger console. When I type in some input, I don't get the expected response (either "Very good!" or "No, the answer is..."), I get this instead:
[Session started at 2008-08-25 20:57:12 -0400.]
Loading program into debuggerâ¦
GNU gdb 6.3.50-20050815 (Apple version gdb-768) (Tue Oct 2 04:11:19 UTC 2007)
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 "powerpc-apple-darwin".Program loaded.
sharedlibrary apply-load-rules all
Attaching to program: `/Users/lynnemalchiodi/Pointy/build/Release/Pointy', process 867.
(gdb)
Should I be able to enter input in the debugger console?
Thanks very much for any help you can provide!
Lynne
|