step out button
[pygdb.git] / featurerequest.txt
index 57065fe117f3d359c5e3e454e029bd75e904ceca..bd8e9413b67b3b15a531a322f2b6436a5cab7402 100644 (file)
@@ -1,9 +1,20 @@
 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:
   - bidirectional, immediate communication with vim:
-    updating execution line, breakpoints when changing.
+    updating breakpoints when setting in vim.