The correct answer is (b) False
The explanation: While in debugging mode, we are really trying out the function. So, when the debugging mode starts, the command line is halted at a certain line in the function and the evaluation of the function is stopped. Hence, it’s not possible to bring a change in the function and save it in the directory. We’ve to exit from the debugging mode and then we can save the function.