Idea: "Crash report" function.
[kdbg.git] / TODO
blobaa578a0cce5b65a02fa5e7a0a7127ffe1507d4cd
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 20. Provide means to change the program counter.
28 22. Allow to change whether signals are handled or ignored.
30 23. Deactivate "Recent Executable" when list is empty.
32 24. Allow to view fewer or more bytes in the memory dump. Beautify the display.
34 25. Automatic single-stepping by instruction when a source line is disassembled.
36 26. Let the user hide some members of certain structures (on a per-type basis).
37     The parent indicates whether all members are visible. Provide a context menu
38     to display the hidden entries. Save the settings somewhere.
40 27. Fix array display: buf[256]:
41       [0]  -1 <repeats 20 times>
42       [1]  100             <-- should be [20] 100
44 28. Better support for remote debugging and special versions of gdb, e.g.
45     "target pilot localhost:2000".
47 29. "Crash report" function: Stack trace with excerpts of the source code and
48     variable dumps for every frame.