Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
9791 Vistas

I am currently a trainee as an odoo developer. There are multiple IDEs where we can use debug odoo like my team mates are doing. some on pycharm, some on eclipse and so on. I used to do development on Visual Studio code and run through Python interpreter. But now, I want to switch to proper IDE. I have downloaded visual studio 2019 for this purpose.

My question is, how to create and edit debug configuration for odoo like we do in pycharm. what I did is

  1. created a new project of python application
  2. right click on solution > add > existing folder and then selected whole odoo folder that I have downloaded from github
  3. right click on solution > properties and in general tab, I gave path of 'odoo-bin' against 'startup file' and in debug tab, gave configuration of odoo i.e.
    (-r db_user -w db_password --addons-path=addons).

now, every time it breaks debugging and shows error

exception thrown (None,)

please guide me how to setup odoo on visual studio

Avatar
Descartar
Autor

new to odoo but in practice of python since more than 4 years. and use visual studio code and visual studo for development purpose and jupyter for AI things.

used to of these environments. that's why.

Mejor respuesta

At our company we're using Visual Studio 2019 for Odoo live debugging.

Getting the same error as you with an exception being thrown of type "none".
Solution was to go to "Debug > Windows > Exception Settings".
Then right click "Python" and click "Continue when unhandled in user code".

I suspect a recently Microsoft VS update caused a mishandled exception to be a false positive, this worked fine for over a year before updating. Hope that helps.

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
feb 24
1300
1
dic 20
4223
1
ago 20
3296
0
mar 15
4509
1
mar 15
5749