Version 1.9.3.
[kdbg.git] / TODO
bloba7091ed99306fb3a588e733f986723caaa0ac8f0
1 1. When, during single-stepping, the last displayed line is hit, it is often
2    only partially visible. Move the source window up in this case.
4 7. Show a list of files for the executable.
6 9. Use gnuclient to show source code in emacs.
8 10. Provide formatting options in watch window via mouse, not /FMT.
10 12. Syntax highlighting.
12 13. Remember which subtrees have been expanded even when function is left and
13     reentered.
15 14. Speed up direct members by reusing values that are already available in
16     members.
18 17. To attach to a process, let the user select it from the list of processes.
20 19. Improve support of breakpoints in source files having directories in their
21     names.
23 22. Allow to change whether signals are handled or ignored.
25 23. Deactivate "Recent Executable" when list is empty.
27 24. Allow to view fewer or more bytes in the memory dump. Beautify the display.
29 25. Automatic single-stepping by instruction when a source line is disassembled.
31 26. Let the user hide some members of certain structures (on a per-type basis).
32     The parent indicates whether all members are visible. Provide a context menu
33     to display the hidden entries. Save the settings somewhere.
35 28. Better support for remote debugging and special versions of gdb, e.g.
36     "target pilot localhost:2000".
38 29. "Crash report" function: Stack trace with excerpts of the source code and
39     variable dumps for every frame.
41 30. Grey out watch window expressions if there are variables that are not
42     in scope.
44 31.