Technical Notes Database TN946D.txt DEBUGGER - STEPPING INTO A PROCEDURE Category :Pascal Platform :All Product :Turbo Pascal 5.0 5.5 Description: Q. I am using the integrated source level debugger, and I cannot step into a procedure, using the F7 key. What is wrong? A. First, make sure that your program and units are compiled with debug and local symbol information, as well as integrated de- bugging turned on. Also, the program itself may be corrupting the debug information. You should step through the code in a smaller test program and try to narrow down the problem. Reference: 7/16/98 4:35:37 PM
Last Modified: 01-SEP-99