GP-3980 bsim tutorial

This commit is contained in:
James 2023-12-05 16:09:34 +00:00
parent 58e22a6f7b
commit 7a9590469f
27 changed files with 200 additions and 183 deletions

View file

@ -6,17 +6,17 @@ Finally, we briefly mention a few other topics related to BSim.
There are are number of example scripts in the ``BSim`` script category, which demonstrate how to interact with BSim programmatically:
![](./images/script_manager.png)
![](images/script_manager.png)
## Visualizing Features
Finally, if you'd like to see the particular BSim features in a function, you can use the BSim Feature Visualizer.
This plugin allows you to highlight regions of the decompiled code corresponding to a particular feature and to display a graph representing the feature.
To use this plugin, first enable the ``BSimFeatureVisualizerPlugin`` via **File -> Configure ** from the Code Browser.
To use this plugin, first enable the ``BSimFeatureVisualizerPlugin`` via **File -> Configure** from the Code Browser.
You can then bring it via **BSim -> BSim Feature Visualizer**.
![](./images/feature_visualizer.png)
![](images/feature_visualizer.png)
This is the end of the tutorial.