ANSWER:
A, C, D: You can enter Break mode by encountering a breakpoint during program execution, pressing CTRL-BREAK during program execution, by pressing F9 on a line of code, by adding a Break When True watch expression, or by adding a Break When Changed watch expression, which stops the execution of the program when the value of the watch changes.
Answers in Depth...