Debugging Python scripts is easy if you have the right tool. Many new Python programmers aren't familiar with Python's native debugger, pdb.py. The sooner you learn it, the better off you'll be. Running it can be done in one of two ways. Either load it at the system prompt and provide a script name as the debug target. Or, import into a script and then run the script.
Here are some helpful links-
No comments:
Post a Comment