Right choice is (b) give error when we enter dbcont in debug mode
Easiest explanation: The function will be saved and it will run. After enter the debugging mode, and making any desirable change, when we enter the dbcont command, the function will keep working until it invokes the dbcont command. Then it will result in an error and the control will break the evaluation of the function entirely.