Debugging Oak ApplicationsThis guide explains how to debug Python applications running on OAK4 using:VS Code (via debugpy)PyCharm Professional (via pydevd-pycharm)Web-based debugging (via web-pdb)All approaches work with applications deployed and started using oakctl.Debugging Python ApplicationsWith Visual Studio Code (VS Code)With PyCharm (Professional Edition)Web-based Debugging with web-pdbTroubleshooting