Which of the following actions can you perform in both the Watch window and the Locals window?
a. You can set a trap that will cause execution of the application to pause if an expression is true
b. You can change the values for variables by overwriting them directly while in break mode
c. You can use the question mark operator in place of a Print statement
d. You can monitor global variables at any time
