new feature requests
[pygdb.git] / featurerequest.txt
1 Smaller requests
2 - vim: do not add breakpoints when pressing F5, just replace them all
3 - error parsing conditional breakpoint from Entry
4 - error when readreading the condition of breakpoints! (stop only if...)
5
6 (gdb) info breakpoints
7 Num Type Disp Enb Address What
8 2 breakpoint keep y 0x080bc7e8 in InsertApexDegreeTwoNodeArc(int, int, i nt, t_site) at ../../src/vd_data.c:850
9 stop only if det1 / det2 < 1000 || det1 / det2 > 0.001
10 breakpoint already hit 1 time
11
12
13 - call vim loadconfig when quitting debugger, but without execline!
14 - vim has to be in edit mode when LoadConfig is called
15 - Deactivate breakpoints
16 - Scrollbar for terminals
17 - Hightlight current line in little source field
18 - Backtrace frame
19 - Button for step out of function ('bt', followed by 'advance')
20
21 Bigger requests:
22 - bidirectional, immediate communication with vim:
23 updating breakpoints when setting in vim.
24