we use remote debugging with pycharm for dev.
on devservers we have workers=0 in odoo.conf.
if i switch to workers=8 (like on Production) i am not able to use remote debugging. It does not break on breakpoints.
Would/Should remote Debugging also be possible while using multiple workers?