Board index » cppbuilder » Debug tracing off
William Riley
![]() CBuilder Developer |
Debug tracing off2006-10-21 03:45:37 AM cppbuilder77 I am using BCB 6 (personal edition) and have an annoying problem when using the IDE de{*word*81}. Many times if I just MAKE the program the tracing function loses track of the correct line. The highlighted line is not the next line that executes. In many instances this is not obviously apparent and I search for code errors in vain. Rebuilding the project fixes the problem but obviously would not want to rebuild everytime. I just have the debug button checked in the compiler options and cannot see any obvious switch that might affect this other than Optimization which is NONE by default of the debug mode. I have seen this problem in all IDE's I have ever worked with (not that many). In one I finally traced it down to the way the newline character was handled in the editor. Let me know if I am doing something stupid, wrong or if there are any tricks to minimizing the problem. Thanks in advance for any help. Bill Riley XXXX@XXXXX.COM |