52ky 发表于 2022-9-26 16:29:13

VC6.0 调试

用于VC6.0的调试的简单说明0.在保留、编译、链接过程后。1.断点+watch。(1)加断点。如图1:将光标固定在欲参加断点的行,点击工具栏的断点图标(快捷键F9),参加程序断点,成果如图1;(2)debug运行。点击工具栏的运行图标(快捷键F5),程序运行到断点所内行(不包括断点所内行)成果如图2:
用于VC6.0的调试的简单说明.doc

(Simple Instructions for Debugging VC6.0 0. After the reservation, compilation, linking process. 1. Breakpoint   watch. (1) Add a breakpoint. Figure 1: Fix the cursor on the line where you want to add the breakpoint, click the breakpoint icon on the toolbar (shortcut key F9), and add the program breakpoint, the result is shown in Figure 1; (2) debug run. Click the run icon on the toolbar (shortcut key F5), the program runs to the line within the breakpoint (excluding the line within the breakpoint), and the result is shown in Figure 2:
A brief description of debugging for VC6.0.doc)




页: [1]
查看完整版本: VC6.0 调试