Example of how debug python
First Way of python debugging. https://docs.python.org/3/library/pdb.html
python -m pdb myscript.py
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Example of how debug python
First Way of python debugging. https://docs.python.org/3/library/pdb.html
python -m pdb myscript.py