Debugger
Question
Take a medium length Python program of your choice and use a debugger to:
- set a breakpoint,
- stop the program there, and inspect the current workspace,
- proceed to the next computing step (”step-through ex-
ecution”)
Take a medium length Python program of your choice and use a debugger to: