========= Debugging ========= PyCharm's graphical debugger is a key productivity feature. For some, the benefit it provides when chasing bugs makes it worthwhile to always run under the debugger first. In this section we have four steps of development that we use to show the major features of debugging Python code using PyCharm. Tasks ===== .. toctree:: :maxdepth: 1 add_todo/index.rst sorted_listings/index.rst delete_todo/index.rst change_display/index.rst