winIDEA SDK
Loading...
Searching...
No Matches
Utility scripts

The winIDEA SDK also contains scripts that may be useful during embedded development and debugging.

arraychart

This script plots array contents from an embedded application as a line chart.

Usage:

python -m isystem.arraychart <array-name1> ... <array-name2>

See button tooltips in the GUI for function descriptions. You can also run this script directly from winIDEA by right-clicking a variable of type array in the winIDEA Watch view and selecting the option Show in chart....

Example:

python -m isystem.arraychart g_signal
Demo image