Stream: python-questions
Topic: debugging with metabob?
Danica Lombardozzi (Dec 09 2020 at 22:35):
Has anyone used Metabob (www.metabob.com) to debug code? I'm wondering if this is a worthwhile thing to download and use for a relatively new python user.
Orhan Eroglu (Dec 10 2020 at 17:49):
Hi Danica, I haven't actually used it but my first-pass reading through it made me think it was more like a linter and/or static code profiler instead of a real-time debugger. It's free and may be worthwhile to give it a try to see if it can help you reduce potential bugs in the code so that diminish future actual debugging hours. I might be wrong with any of my understandings though.
When it comes to the debugging of an existing bug in the Python code, my personal experience with the PyCharm IDE has been good and sufficient so far.
Last updated: Jan 30 2022 at 12:01 UTC