Creating a Debug File
List of:
Discussion Topic
Subjects:
Debugging
Contents:
Application Development Manual
A debug file is produced with the following calls:
FILE *fp = fopen("block.dbg","w");
// name of output file
debug_entity(b1,fp);
// entity to be analyzed
fclose(fp);
PDF/APPDEV/10FILE.PDF
HTM/DATA/ACIS/APPDEV/10FILE/0004.HTM