OLD | NEW |
---|---|
(Empty) | |
1 # Fuzzer Polymer Components | |
2 | |
3 **fuzzer-stacktrace-sk:** A visualization of a stacktrace. | |
4 Defaults to showing the top 8 rows. Click to expand entire thing. | |
5 | |
6 ## Viewing the Demos: | |
7 | |
8 Because of security restrictions, you cannot just open up the demo pages, | |
9 you must find this directory with a terminal/shell and run: | |
10 ``` | |
11 make && make run | |
12 ``` | |
OLD | NEW |