How can I debug odoo code from pycharm? #7
Unanswered
MCUxDaredevil
asked this question in
Q&A
Replies: 1 comment
-
Hello @MCUxDaredevil . Debugging Odoo in PyCharm is the same as debugging other applications in PyCharm. If this is the first time you are using PyCharm, you can refer to the PyCharm documentation: https://www.jetbrains.com/help/pycharm/run-debug-configuration.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm just starting out with developing in odoo and wanted to know how I can debug odoo from within the ide?
Odoo docs suggest ipdb but it's terminal based and I was hoping I could just use the builtin debugger of PyCharm for this.
Beta Was this translation helpful? Give feedback.
All reactions