Skip to content

Commit f123f99

Browse files
committed
Add comments on how parsing works
1 parent 69bee86 commit f123f99

File tree

2 files changed

+302
-78
lines changed

2 files changed

+302
-78
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,14 @@ See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.
3939
- [x] - Viewing individual information for a process
4040

4141
## TODOs
42-
- [ ] - Implement Help Page (when you press `?`, should come up with a list of commands)
42+
### High Priority
4343
- [ ] - Parallelize `CrashDump::from_index_map`
44-
- [ ] - Implement additional information (when you press enter, we should be able to go into the children table)
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)
4546
- [ ] - Human readable byte sizes (should be in bytes instead of words)
47+
48+
### Future Work
49+
- [ ] - Implement Help Page (when you press `?`, should come up with a list of commands)
4650
- [ ] - Better coloring that just static coloring (we're currently hardcoding a lot of colors, but these should ideally be moved out)
4751
- [ ] - Implement custom sorting for tables
4852
- [ ] - Implement a regex search for processes (current right now you can't search, only scroll down)

0 commit comments

Comments
 (0)