DavidLeblond macrumors 68020 Original poster Jan 6, 2004 2,388 888 Raleigh, NC Nov 18, 2004 #1 I'm writing a command line tool, and I can only get XCode to debug in either the console or "pseudo terminal." Is there any way to get it to debug in Terminal.app?
I'm writing a command line tool, and I can only get XCode to debug in either the console or "pseudo terminal." Is there any way to get it to debug in Terminal.app?
B bastardx macrumors member May 16, 2003 33 0 Eugene, OR Nov 18, 2004 #2 I am not sure if you can. There is gdb, which I think Xcode uses as their debugger. For tutorials on GDB: http://www.unknownroad.com/rtfm/gdbtut/gdbtoc.html http://www.cs.princeton.edu/~benjasik/gdb/gdbtut.html Hopefully this is helpful to you.
I am not sure if you can. There is gdb, which I think Xcode uses as their debugger. For tutorials on GDB: http://www.unknownroad.com/rtfm/gdbtut/gdbtoc.html http://www.cs.princeton.edu/~benjasik/gdb/gdbtut.html Hopefully this is helpful to you.