Is there anyway to get an Interactive Debugger in a script?
#1
I'm trying to figure out how I can use something like pdb inside of a Kodi script to aid in debugging. I attempted to do it myself but wasn't really able to figure out how to import pdb correctly plus I know I need to set it up so I can remotely connect to it.
Image
Reply
#2
See:
HOW-TO:Debug_python_scripts (wiki)

I find the best one to be the remote debugger in PyCharm Pro. It is a paid application, but free for Open Source if you apply for a license.

For PyCharm, I call start debugger like this:
https://github.com/KenV99/script.service...ebugger.py
Reply

Logout Mark Read Team Forum Stats Members Help
Is there anyway to get an Interactive Debugger in a script?0