Hi all,
I'm working on setting up a project that will use 'make' to build with.
I know that I need to set up an external executable so I can debug.
In fact, this works, but what needs to be done so breakpoints can be set?
How does Xcode 'know' where the source is if it's not part of the project?
In my case, all I've done is create an empty project and set up the
external binary to debug.
Do I need to add source to Xcode too? I did try this with one file, but
it did not work.
Any suggestions on how to get this to work?