File: TODO

package info (click to toggle)
kdbg 2.5.5-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,784 kB
  • ctags: 1,464
  • sloc: cpp: 12,294; xml: 802; makefile: 55; sh: 39; ansic: 10
file content (44 lines) | stat: -rw-r--r-- 1,518 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
7. Show a list of files for the executable.

9. Use gnuclient to show source code in emacs.

10. Provide formatting options in watch window via mouse, not /FMT.

13. Remember which subtrees have been expanded even when function is left and
    reentered.

14. Speed up direct members by reusing values that are already available in
    members.

19. Improve support of breakpoints in source files having directories in their
    names.

22. Allow to change whether signals are handled or ignored.

24. Allow to view fewer or more bytes in the memory dump. Beautify the display.

25. Automatic single-stepping by instruction when a source line is disassembled.

26. Let the user hide some members of certain structures (on a per-type basis).
    The parent indicates whether all members are visible. Provide a context menu
    to display the hidden entries. Save the settings somewhere.

28. Better support for remote debugging and special versions of gdb, e.g.
    "target pilot localhost:2000".

29. "Crash report" function: Stack trace with excerpts of the source code and
    variable dumps for every frame.

30. Grey out watch window expressions if there are variables that are not
    in scope.

31. Show the memory dump in a combined ASCII and hex view.

32. Allow to manipulate memory in the memory dump window

33. Clear the status bar when the program is (re-)started (because if this takes
    some time, you don't know whether KDbg does something.)

35. Allow to copy variable values to the clipboard.

36.