Another problem though, project dependencies...
Posted: Wed Dec 04, 2013 5:32 am
I built and ran and debugged Audacity. I made a change in add.c in libnyquist/nyqsrc. I built the solution. The libnyquist project recompiled, but apparently it was not linked. When I try to put a breakpoint in add.c, it's disabled because my source is supposedly newer than the build. I changed the debugging options to allow that, and verified by examining variables that my change was not effective in my build.
What am I doing wrong? I don't want to rebuild the whole project to guarantee that my change is linked!
What am I doing wrong? I don't want to rebuild the whole project to guarantee that my change is linked!