DEV Community

Discussion on: Clean Odoo debugging

Collapse
 
sz23 profile image
Lorenzo

Odoo doens't stop on breakpoints I put by vscode ui....I am using python 3.7.3...

How could I get it working?

Collapse
 
alfadil profile image
Alfadil mustafa

Two things

  1. Did you start debugging in vs code?
  2. Did you have multi worker setup in odoo config? if so you need to stop using workers cause the debugging process would work.