|
39、 The list “a through c” below represents different function keys. The list “1 through 3” represents different stepping functions of the debugger.
a) F5 1) Step Over
b) F6 2) Step Into
c) F8 3) Resume
Which of the following choices correctly matches each function key with the appropriate stepping function?
A) a1,b2,c3
B) a2,b1,c3
C) a1,b3,c2
D) a3,b2,c1
Answer: B |
|