xref: /haiku/docs/develop/kits/debugger/todo.txt (revision 21258e2674226d6aa732321b6f8494841895af5f)
1- Need the ability to save crash reports.
2- CLI needs to be more fully implemented.
3- General expression evaluation parser. Once implemented, should supplant the primitive one currently used for C/C++ typecasting support, as well as being exposed for user expression input.
4- Conditional breakpoint/watchpoints. Contingent on above general expression parser.
5- Remote debug interface support.
6- Kernel debug support.
7- Architecture needs to be able to report back the hardware debugging capabilities/limitations of the target platform.
8- WatchpointManager needs to be able to use the aforementioned information from Architecture in order to more intelligently
9  manage/restrict watchpoint usage (especially once expression watchpoints come into play).
10- More complete DWARF3/4 support.
11- x86-64 support.
12- Support for retrieving/displaying function return values (arch-specific).
13- Syntax highlighting in source view.
14- Detection of mouse hovering over a variable in SourceView and showing value in tooltip (probably requires expression parsing support).
15