3e4 Subj : Re: Borland C++ 5.02 Debug Problem To : borland.public.cpp.borlandcpp From : "Richard Hufford" Date : Mon Feb 23 2004 06:32 pm I use Borland C++ 5.01, but I believe they both work the same way. In the Linker section of Project Options, you need to have Include Debug Information checked, and in the Compiler Section under Debugging, you need to have Debug Information in OBJs checked. Also, it is possible to have different options defined for different items on the View Project screen. Right-click on each item and look at the Node Attributes and Local Options. In my opinion, it is best not to change the Local Options, because if the project was built using style sheets, the problem will just get more confusing. You may be able to get debugging set up by simply right-clicking on each node in the project view, selecting Edit Local Options, and selecting the Debug Info (Full) style sheet. I hope this helps. -Richard Hufford . 0