1.DBG> ACTIVATE BREAK MAIN\LOOP+10 This command activates the user-defined breakpoint set at the address expression MAIN\LOOP+10. 2.DBG> ACTIVATE BREAK/ALL This command activates all user-defined breakpoints. 3.DBG> ACTIVATE BREAK/ALL/USER/PREDEFINED This command activates all breakpoints, both user-defined and predefined.