Question and Answer Database FAQ692C.txt How do I use TRACE in BCB? Category :Debugging Platform :All Product :C++Builder 1.x Question: How do I use TRACE in BCB? Answer: In your source, you must: #define __TRACE #includeand then the output will be put to OutDbg1.txt, which you must save when you close the project. 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99