def updateVim():
- os.system('gvim --servername pygdb --remote-send ":GDBLoadConfig<CR>"')
+ os.system('gvim --servername pygdb --remote-send "<ESC> :GDBLoadConfig<CR>"')
def relToAbsPath(absfile, relfile):
stop only if det1 / det2 < 1000 || det1 / det2 > 0.001
breakpoint already hit 1 time
+ - Scrollbar for terminals
+
- - vim has to be in edit mode when LoadConfig is called
+Medium requestes:
- Deactivate breakpoints
- - Scrollbar for terminals
- Hightlight current line in little source field
- Backtrace frame
- Button for step out of function ('bt', followed by 'advance')