Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Short choice of visualisers #211

Open
Interein2 opened this issue Jan 11, 2024 · 6 comments
Open

Short choice of visualisers #211

Interein2 opened this issue Jan 11, 2024 · 6 comments

Comments

@Interein2
Copy link

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

@hediet
Copy link
Owner

hediet commented Jan 11, 2024

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

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

@Interein2
Copy link
Author

Interein2 commented Jan 11, 2024 via email

@yanedge
Copy link

yanedge commented Apr 1, 2024

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

@hediet
Copy link
Owner

hediet commented Apr 2, 2024

Can you post screenshots?

@yanedge
Copy link

yanedge commented Apr 4, 2024

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

@yanedge
Copy link

yanedge commented Apr 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants