M.6. Wrap-Up
Answers to Self Review Exercises
M.1 |
a) non-executable line. b) print. c) set. d) finish. e) next. f) data member. |
M.2 |
a) False. When program execution suspends at a breakpoint, the next statement to be executed is the statement at the breakpoint. b) False. Watches can be removed using the debugger's delete command. c) True. |