Simple, Quality, Awesome Software

Debugging Quiz

Below are the answers to the Debugging Quiz, along with a brief discussion.

1. False. Debug mode is designed to be debuggable, while release mode is not.

2. True. Because it contains debugging overhead, there is more to the compiled resources and they run slower in most cases.

3. True.

4. False. In release mode, there is no debugger attached (like when it is on an end-user’s machine).

5. True.