Hi everyone,
I am using Xcode for a project. I have to create an executable from code in C++ using scons construction tool. I decided to create an external build tool project to be able to use the scons tool. But after a lot of research i can't find out how to use the debugger with my files. I have to use test files as build target. How can I debug those ? I tried to edit my scheme to be able to debug with the executable created but it never stops on the breakpoints i put.