vim-vebugger/autoload/vebugger
Ingo Heimbach 1f2553a71b Transform filenames to absolute paths when reading debugger locations
Before this commit, many debugger `where` functions transformed the
filename of the current debugger location to a path relative to vim's
current working directory. When the user changed the current working
directory in the meantime, the previously saved location could not
resolved any more and lead to errors. This commit fixes this problem by
storing absolute paths instead.
2018-06-25 16:44:09 +02:00
..
gdb.vim Transform filenames to absolute paths when reading debugger locations 2018-06-25 16:44:09 +02:00
jdb.vim Transform filenames to absolute paths when reading debugger locations 2018-06-25 16:44:09 +02:00
lldb_wrapper.py The LLDB wrapper can handle None as output from the Python lldb module 2018-03-08 17:30:44 +01:00
lldb.vim Transform filenames to absolute paths when reading debugger locations 2018-06-25 16:44:09 +02:00
mdbg.vim Transform filenames to absolute paths when reading debugger locations 2018-06-25 16:44:09 +02:00
pdb.vim Bugfix: The PDB where function is not aware of step outs 2016-11-05 10:28:59 +01:00
rdebug.vim Fix #5 - Vim7.3 compatibility 2015-01-24 02:12:49 +02:00
std.vim Do not execute autocommands when writing lines to vebugger buffers 2018-05-23 14:59:38 +02:00
util.vim Fix #54 - remove all breakpoint signs with :VBGclearBreakpoints 2018-04-21 21:09:20 +03:00