odoo-ide/pycharm-odoo

Value debugging stuck at "loading values" has no preview

Closed this issue · 3 comments

Hi!!

Every now and then I come across situations where I need to debug a variable that shows no preview and is stuck at "Loading Value":

image

In this example, I understand the plugin is sort of stuck in a deadlock (and I'm not questionning that) but it would be nice to have at least something like "{stock.picking: 1}" in the red rectangle rather than nothing at all.

Cheers :)

@Jerther ,

I think this issue is related to odoo-ide/pydevd-odoo#5. Please upgrade pydevd-odoo.

Sorry I forgot to include the plugin's version: 2024.1.2.233

Eventually it shows "Loading timed out" though

image

Also, when hovering the mouse over the variable, nothing pops up. This is no big deal in short methods, but sometimes I have to scroll all around to find the variable.

Alright this is fixed in pydevd-odoo 1.2.2, thanks!!!