Please enable JavaScript.
Coggle requires JavaScript to display documents.
10 Debugging ((IDLE’s Debugger . 225, Go . 226, Step . 226, Over 226, Out…
10
Debugging
Logging . 221
Using the logging Module . 221
Don’t Debug with print() 223
Logging Levels . 223
Disabling Logging 224
Logging to a File 225
Raising Exceptions 216
Getting the Traceback as a String . 217
Summary . 231
Practice Questions . 231
IDLE’s Debugger . 225
Go . 226
Step . 226
Over 226
Out 227
quit
Debugging a Number Adding Program 227
Breakpoints . 229
Practice Project . 232
Debugging Coin Toss . 232
Assertions 219
Using an Assertion in a Traffic Light Simulation 219
Disabling Assertions . 221