diff --git a/README.md b/README.md index aab1e13..89d38fd 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,14 @@ X values | Y values | XY Values --- | --- | --- ![](images/arrayvisualizer_x.png) | ![](images/arrayvisualizer_y.png) | ![](images/arrayvisualizer_xy.png) +Struct Visualizer +----------------- + +When looking at the contents of a C/C++ struct or a C++ class in the Struct Visualizer, it looks like this. +This example shows the contents of "*this" for the current C++ class that Seer is in. + +![](images/structvisualizer.png) + Starting Seer ============= diff --git a/images/mainview.png b/images/mainview.png index dd83958..88d044a 100644 Binary files a/images/mainview.png and b/images/mainview.png differ diff --git a/images/mainview_assemby.png b/images/mainview_assemby.png index 6e3ade3..c6fc9e0 100644 Binary files a/images/mainview_assemby.png and b/images/mainview_assemby.png differ