X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;ds=sidebyside;f=featurerequest.txt;h=f511ca7981466d4f4286a144331b3083ea70ed26;hb=382465d6c2f07b99c0263314405d1d8411072d23;hp=9cef0a284c2527db8efd2d0eae88c0aae5a8ce4d;hpb=117954f2ec8c12ac77be9f22dc4e9450ad2b3c48;p=pygdb.git diff --git a/featurerequest.txt b/featurerequest.txt index 9cef0a2..f511ca7 100644 --- a/featurerequest.txt +++ b/featurerequest.txt @@ -1,7 +1,18 @@ Smaller requests + - error when readreading the condition of breakpoints! (stop only if...) + + (gdb) info breakpoints + Num Type Disp Enb Address What + 2 breakpoint keep y 0x080bc7e8 in InsertApexDegreeTwoNodeArc(int, int, i nt, t_site) at ../../src/vd_data.c:850 + stop only if det1 / det2 < 1000 || det1 / det2 > 0.001 + breakpoint already hit 1 time + - Scrollbar for terminals + + +Medium requestes: + - Deactivate breakpoints - Hightlight current line in little source field - - Backtrace frame - Button for step out of function ('bt', followed by 'advance') Bigger requests: