Technical Notes Database TN311D.txt DEBUGGING EXTERNAL ASSEMBLY ROUTINES Category :Pascal Platform :All Product :Turbo Pascal 5.0 Description: Q. Why can't I trace through my external assembly language routines which have been linked with my TP program? A. The Pascal linker does not pull through the symbolic debug information which is necessary to do source level debugging. Therefore, you will not be able to see your TASM source code. However, if you pull up the CPU window, you can trace through the dissassembled ASM code. You will not have the benefit of variable names and labels, but you will be able to see the flow of execution. Reference: 7/16/98 4:35:30 PM
Last Modified: 01-SEP-99