Interactive Debugging
You are now able to debug your application in development, using the debugging tool of your IDE (Integrated Development Environment)! All you need to do is reinstall your application to automatically install the viktor_debugging
module, and configure your IDE by following the steps described here:
Tools - Interactive Debugging | VIKTOR Documentation
We are supporting the following combinations of isolation mode and IDE:
- venv + PyCharm
- venv + VSCode
- docker + PyCharm (professional)
- docker + VSCode
- Gitpod
Happy bug hunting!