The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #305
Within pdb, the command c continues execution and only stop when a breakpoint is encountered. s executes the current line and stop at the first possible occasion. n continues execution until the next line in the current function is reached or until the function returns. (realpython.com/python-debugging-pdb/#essential-pdb-commands)
Which pdb command continues execution and only stop when a breakpoint is encountered?
— The Python Quiz (@thepythonquiz) December 4, 2020
n
s
c#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅