Completed some commands.
[kdbg.git] / TODO
blob6ce61c27e9f0176680baa59ba1b708a00f24c3d0
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 18. Show breakpoints in breakpoint list (and try to set them later) even if gdb
21     cannot set them immediately.
23 19. Improve support of breakpoints in source files having directories in their
24     names.
26 22. Allow to change whether signals are handled or ignored.
28 23. Deactivate "Recent Executable" when list is empty.
30 24. Allow to view fewer or more bytes in the memory dump. Beautify the display.
32 25. Automatic single-stepping by instruction when a source line is disassembled.
34 26. Let the user hide some members of certain structures (on a per-type basis).
35     The parent indicates whether all members are visible. Provide a context menu
36     to display the hidden entries. Save the settings somewhere.
38 28. Better support for remote debugging and special versions of gdb, e.g.
39     "target pilot localhost:2000".
41 29. "Crash report" function: Stack trace with excerpts of the source code and
42     variable dumps for every frame.
44 30. Grey out watch window expressions if there are variables that are not
45     in scope.