Closed nicholastjohnson closed 9 years ago
On page 113 going into page 114, item #3 instructs us to "add pdb.set_trace() within the function to set your first breakpoint".
However, the code block that follows doesn't have it added, nor does it have the import pdb.
I can confirm that this error is still present in the latest edition.
I agree with you you guys. This part need correction. I'm trying to learn how to debug from other websites.
Updated - thanks!
On page 113 going into page 114, item #3 instructs us to "add pdb.set_trace() within the function to set your first breakpoint".
However, the code block that follows doesn't have it added, nor does it have the import pdb.