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
15 14. Speed up direct members by reusing values that are already available in
18 19. Improve support of breakpoints in source files having directories in their
21 22. Allow to change whether signals are handled or ignored.
23 23. Deactivate "Recent Executable" when list is empty.
25 24. Allow to view fewer or more bytes in the memory dump. Beautify the display.
27 25. Automatic single-stepping by instruction when a source line is disassembled.
29 26. Let the user hide some members of certain structures (on a per-type basis).
30 The parent indicates whether all members are visible. Provide a context menu
31 to display the hidden entries. Save the settings somewhere.
33 28. Better support for remote debugging and special versions of gdb, e.g.
34 "target pilot localhost:2000".
36 29. "Crash report" function: Stack trace with excerpts of the source code and
37 variable dumps for every frame.
39 30. Grey out watch window expressions if there are variables that are not
42 31. Show the memory dump in a combined ASCII and hex view.
44 32. Allow to manipulate memory in the memory dump window
46 33. Clear the status bar when the program is (re-)started (because if this takes
47 some time, you don't know whether KDbg does something.)