1. After a typical debugger encounters a breakpoint, the programmer using the debugger may perform which of the following actions?  (a)
Examine the values of variables in the halted program 
Execute the current line 
Resume execution of the halted program 
 (a) I, II, and III
 (b) I and II only
 (c) I only
 (d) III only  

解决方案 »

  1.   

    这是考英文呢...
    1是可以检查变量的值
    2是执行当前行
    3是继续执行挂起的程序
    都对,答案显然是a
      

  2.   

    在一个正常的调试遇到断点之后,用这种调试的程序可能会执行以下动作
    1.在挂起的程序中检查变量的值
    2.执行当前行
    3.恢复挂起的操作继续执行一看就知道三个都是对的
      

  3.   

    调试器遇到一个断点之后,程序员可以使用调试器做一下的哪些操作?
    1.检查变量的值 
    2.执行当前行
    3.继续执行程序
     答案 a