adrianboguszewski / debug-image-viewer

Other
6 stars 0 forks source link

View as image won't work! #3

Open Prussich opened 1 month ago

Prussich commented 1 month ago

I have a commercial license for the product, but it doesn't work. As soon as I try to call 'View as image', an error occurs (screenshot attached). It's now impossible to view any images. I am using the latest versions of the plugin and the PyCharm IDE.

Снимок экрана 2024-09-21 в 20 29 32 Снимок экрана 2024-09-21 в 20 30 10
adrianboguszewski commented 1 month ago

Hey @Prussich. I bet you use a remote interpreter, don't you?

Could you go to the plugin settings, verify if you have "anonymous usage statistics" checked, and provide your ID (just below the checkbox)? Then I'll find you in the database and check your error.

Prussich commented 1 month ago

| I bet you use a remote interpreter, don't you? correct

ID: 232c7de701bbd13eb1d33b38ac63400e

adrianboguszewski commented 1 month ago

Thanks. I found you in the database. Let me work on it.

adrianboguszewski commented 1 month ago

Hey @Prussich. I found the issue. JetBrains, in 2024.2, has reduced the default buffer size when loading variables from the debugger. If I fixed this by simply using a smaller buffer, the loading time would be very long.

The only workaround, before I design a new robust solution, is to use PyCharm 2024.1 when using the plugin with a remote interpreter (local interpreter = no problem).

Prussich commented 1 month ago

Thank you! I'm really looking forward to the result. Happy coding!