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