タグ

ブックマーク / martinheinz.dev (1)

  • Ultimate Guide to Python Debugging

    Even if you write clear and readable code, even if you cover your code with tests, even if you are very experienced developer, weird bugs will inevitably appear and you will need to debug them in some way. Lots of people resort to just using bunch of print statements to see what's happening in their code. This approach is far from ideal and there are much better ways to find out what's wrong with

    Ultimate Guide to Python Debugging
    peketamin
    peketamin 2020/06/03
    "python3 -i app.py) causes it to start interactive shell as soon as the program exits." 知らんかった!
  • 1