Skip to content

Commit 7773bfc

Browse files
committed
Update README
1 parent d7d0fd8 commit 7773bfc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
A plugin for [Zelos](https://github.com/zeropointdynamics/zelos) to enhance crash triaging by performing dataflow & root cause analysis.
44

5+
## Prerequisites
6+
7+
This plugin depends on [Graphviz](https://graphviz.org/) to render control flow graphs. Instructions for installing Graphviz locally can be found [here](https://graphviz.org/download/).
8+
59
## Installation
610

711
Install from pypi
@@ -23,3 +27,10 @@ $ cd zelos-crashd
2327
$ pip install -e '.[dev]'
2428
```
2529

30+
## Related Resources
31+
32+
[CrasHD Visualizer](https://github.com/zeropointdynamics/vscode-crashd) is a VS Code extension for visualizing the results & output of this plugin that features:
33+
- Contextual source code highlighting
34+
- Interactive graph of data flow
35+
- Additional context & runtime information
36+

0 commit comments

Comments
 (0)