-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
Comments
C++ is tricky. Your expression must be a valid JSON string. Maybe a JS postprocessor could do the trick (not implemented). |
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
<#211 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJKTE2BLTBZ2OA76AUOXADYOAQLXAVCNFSM6AAAAABBWQW5L2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBXGY3DMNJYGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I am seeing this with Python as well. the |
Can you post screenshots? |
@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
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).
Tried to read documentation, but still missing info if this is normal (for C++ limited debug) or I need manually add additional visualizers
The text was updated successfully, but these errors were encountered: