hediet / vscode-debug-visualizer

An extension for VS Code that visualizes data during debugging.
https://marketplace.visualstudio.com/items?itemName=hediet.debug-visualizer
GNU General Public License v3.0
7.94k stars 413 forks source link

Visualizer is displaying some type of object structure rather than a visual representation of that object #229

Open StevenVitsAmbiorix opened 3 months ago

StevenVitsAmbiorix commented 3 months ago

Hi,

I've been trying to run the simple Python demo (insertion_sort.py) in VSC. Instead of getting the graphical representation of the sorting (also shown in this video https://www.youtube.com/watch?v=i_v_FzfYkwg&t=631s), I get some type of web representation of the object structure (see figure). Any idea why this would be happening?

Screenshot 2024-08-02 at 14 53 56
mode80 commented 2 weeks ago

same issue. Would love to figure this out if you've made any progress.

abomokh commented 1 week ago

same issue

nguyenhongson1902 commented 15 hours ago

Me having the same issue