I create 2 patches for CB:
1. Add support Environment variable on the Debugger path settings on debugger branch.
2. Disable Pre/Post buld steps, when using external Makefile.
The Pre/Post buld steps must be disable when using external Makefile because Makefile must be independent from CB environment, so all pre/post build steps must be inside in Makefile. Projects may be build on command line shell without CB environment...
All patches I testing on debugger branch svn 7444 on winxp sp3 and works fine.
Thanks.