Using the builtin pycharm debugger with odoo #543
Unanswered
MCUxDaredevil
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Hello @MCUxDaredevil , I just tested and the debugging is still working fine: ![]() Anyway, you should not install ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is what it looks like for me. It should stop at those error logs but instead it just keeps going Pycharm.debugger.compressed.mp4 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the plugin's Odoo run configuration and it runs perfectly in normal mode
But when I run it in debug mode, basically just pressing the debug button instead of run, it does show that it connected with pydev debugger
But it completely ignores any breakpoints I set on the IDE gutter, and does nothing if I manually try to pause it
At best if I press pause, after 5-10 seconds it might just pause at the run function of threaded server
Am I missing something? Any configuration steps maybe?
I have both pydevd-odoo (1.2.2) and pydevd-pycharm (251.25410.24) installed
My Pycharm version is 2025.1 (build 251.25410.24)
Running Odoo 18.0
Beta Was this translation helpful? Give feedback.
All reactions