I'm having trouble using xcxdb debug my exe using the Xcode debugger.
I have downloaded the xcxdb-Installation tools and run the install-xcxdb.sh
script with no reported errors.
I have updated the retargetBundle.m file to automatic generation of
the xcxdb files. The files are being generated.
However, each time I try to compile and debug my exe, the Xcode console
reports the following:
[Session started at 2012-11-12 12:23:35 -0700.]
GNU gdb 6.3.50-20050815 (Apple version gdb-1515) (Sat Jan 15 08:33:48 UTC
2011)
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 "x86_64-apple-darwin".Loading program into
debugger…
sharedlibrary apply-load-rules all
*run*
Running…
No executable file specified.
Use the "file" or "exec-file" command.
No executable file specified.
Use the "file" or "exec-file" command.
The program being debugged is not being run.
The program being debugged is not being run.
Is there another build setting that I am forgetting to change?
Thanks,
Steve