From 03d21f96a30e8de5159155bacc334167e5060bc9 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Fri, 13 Jun 2008 14:49:40 +0200 Subject: [PATCH] new feature requests --- featurerequest.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/featurerequest.txt b/featurerequest.txt index 9cef0a2..72d6589 100644 --- a/featurerequest.txt +++ b/featurerequest.txt @@ -1,4 +1,18 @@ Smaller requests + - vim: do not add breakpoints when pressing F5, just replace them all + - error parsing conditional breakpoint from Entry + - 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 + + + - call vim loadconfig when quitting debugger, but without execline! + - vim has to be in edit mode when LoadConfig is called + - Deactivate breakpoints - Scrollbar for terminals - Hightlight current line in little source field - Backtrace frame -- 2.30.2