Skip to content

Commit fb3fc6a

Browse files
committed
New scrollable inspector
1 parent 53e0171 commit fb3fc6a

File tree

7 files changed

+377
-128
lines changed

7 files changed

+377
-128
lines changed

Cargo.lock

Lines changed: 144 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ tui-tree-widget = "0.23.0"
2323
base64 = "0.22.1"
2424
crossbeam = "0.8.4"
2525
dashmap = "6.1.0"
26+
tui-scrollview = "0.5.1"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.
4141
## TODOs
4242
### High Priority
4343
- [x] - Parallelize `CrashDump::from_index_map`
44-
- [ ] - Add TextView to inspect all output on Stack/Heap/Messages
45-
- [ ] - Implement additional information (when you press enter, we should be able to go into the children table)
44+
- [x] - Add TextView to inspect all output on Stack/Heap/Messages
45+
- [x] - Implement additional information (when you press enter, we should be able to go into the children table)
4646
- [x] - Human readable byte sizes (should be in bytes instead of words)
4747

4848
### Future Work

0 commit comments

Comments
 (0)