Plotting data in Clion debugger
Answered
Are there CLion plugins that allow the plotting of arrays/images in memory? I'm looking for something similar to ArrayPlotter in MSVC.
https://marketplace.visualstudio.com/items?itemName=RodneyThomson.ArrayPlotter
Many thanks
Please sign in to leave a comment.
Hi!
Unfortunately, no current plans for now. Please file a feature request in our tracker: https://youtrack.jetbrains.com/issues/CPP.
Thanks for the feedback. I checked the links below for a starting point for me to write my own plugin for plotting memory. It seems most plugins are related to the editor. Could you point me to a tutorial/example that pulls data from the target memory?
https://plugins.jetbrains.com/category/56-viewer/clion
Q: Is it possible to write plugins for CLion?
A: Yes, as all other JetBrains IntelliJ-Platform-based products, CLion is open to plugin development. Find useful information in our confluence space. Still, before v1.0 the API may be unstable and plugins may be broken occasionally.
Find more information on our support page.
This would be so awesome.