Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
9787 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Tác giả

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.

Câu trả lời hay nhất

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.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 2 24
1299
1
thg 12 20
4223
1
thg 8 20
3292
0
thg 3 15
4507
1
thg 3 15
5747