Turbo Debugger v5.5 by Borland

    技术2022-05-11  141

    Description:

    The Turbo Debugger is a program that allows you to single‑step your program (that means run it line‑by‑line while you watch what happens).  You can observe the registers, the memory dump, individual variables, flags, and the code as you trace through your program.  (You can use the Debugger with programs written in high level languages as well, observing both the source code and the assembly language code generated by the compilation of those programs.)

    http://www.borland.com/downloads/download_cbuilder.html


    最新回复(0)