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