How to enable autoreload in Odoo during live debugging with Doodba? #631
Unanswered
gerardvilajuansmc
asked this question in
Q&A
Replies: 1 comment
|
That's not possible AFAIK |
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.
Hello!
I’m using Doodba and performing live debugging in Odoo with the "Start Odoo and debug Python" option. However, when I make a change in a file, the modifications in the file are not reflected/updated unless I restart the entire process.
I've noticed that without debugging, I get the message:
odoo.service.server: autoreload: python code updated, autoreload activatedIs there a way to enable the autoreload feature while live debugging, so I don't have to restart the process every time I make a change?
Thanks in advance!
All reactions