vscode-debug-visualizer icon indicating copy to clipboard operation
vscode-debug-visualizer copied to clipboard

Short choice of visualisers

Open Interein2 opened this issue 1 year ago • 7 comments

Hi,

I'm a bit confused. In VS Code installed Debug Visualiser from extensions list. I'm sure VS Code has access to python and plotly module, also installed vscodedebugvisualizer module. Code C/C++, with MinGW x64 as compiler/debugger, Windows platform.

Then debugging, Visualiser window has only vis.js and Graphviz as visualiser's and they work :D. Problem is I want time series graph's by plotly (as in playground examples). image

Tried to read documentation, but still missing info if this is normal (for C++ limited debug) or I need manually add additional visualizers

Interein2 avatar Jan 11 '24 13:01 Interein2

C++ is tricky. Your expression must be a valid JSON string.

Maybe a JS postprocessor could do the trick (not implemented).

hediet avatar Jan 11 '24 17:01 hediet

Hi,

I can see live variables and values in visualiser. But the problem is I cannot change plot type to more suitable for algorithms, e.g. plotly(x,y). Json data are retrieved, but there is no selection to change to another type of graph.

My code is oriented for embedded systems so usually pure C without class or other objects.

2024-01-11, kt 19:45, Henning Dieterichs @.***> rašė:

C++ is tricky. Your expression must be a valid JSON string.

Maybe a JS postprocessor could do the trick (not implemented).

— Reply to this email directly, view it on GitHub https://github.com/hediet/vscode-debug-visualizer/issues/211#issuecomment-1887666580, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJKTE2BLTBZ2OA76AUOXADYOAQLXAVCNFSM6AAAAABBWQW5L2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBXGY3DMNJYGA . You are receiving this because you authored the thread.Message ID: @.***>

Interein2 avatar Jan 11 '24 18:01 Interein2

I am seeing this with Python as well. the plotly option is gone and time series data are not displayed properly.

yanedge avatar Apr 01 '24 16:04 yanedge

Can you post screenshots?

hediet avatar Apr 02 '24 07:04 hediet

this is using the demo.py in your repo. image

yanedge avatar Apr 04 '24 00:04 yanedge

@hediet Any idea what is wrong? I can try to fix if you can give me some pointers. Thanks for awesome work.

yanedge avatar Apr 19 '24 00:04 yanedge

Similar issue of not being able to change a badly selected chart type. I just wanted to visualize a list of numbers, expecting a line chart with x-axis being auto assigned positions and y-axis being values in list.

It showed a graph instead image

gitgithan avatar Jul 10 '24 16:07 gitgithan