Commit Graph

25 Commits

Author SHA1 Message Date
Ingo Heimbach
c7304dc1f1 LLDB only uses the python interpreter stored in
"g:vebugger_path_python_lldb"
Updated the documentation to explain why a special python variable is
needed for LLDB
2016-11-05 18:37:06 +01:00
Ingo Heimbach
f5682be0e0 Updated the documentation for LLDB 2016-11-05 18:37:06 +01:00
IdanArye
3ef3f45016 Fix #25 - pre-process GDB's MI output 2016-02-17 00:44:19 +02:00
Alexey Balchunas
08b7b5dabd added documentation about the 'g:vebugger_use_tags' option 2015-09-06 09:49:47 +07:00
David Nguyen
d016e6aec0 Rename VBGclearBreakpints to VBGclearBreakpoints 2015-06-27 13:03:59 +02:00
IdanArye
acda6c5b12 Merge branch 'master' into develop 2015-05-29 16:18:45 +03:00
IdanArye
2f52caac25 Fix #17 - Vebugger interfieres with Ctrlp plugin
Use `'n'` mode with `feedkeys("f\e")` to prevent CtrlP's mapping from
interpreting `f` as actual "add `f` and close the window"...
2015-05-29 16:16:36 +03:00
Idan Arye
3f13848d67 Merge pull request #8 from rdnetto/feature/flexible-opening
Added configuration option g:vebugger_edit_cmd
2015-02-16 11:11:06 +02:00
Reuben D'Netto
2914f5a116 Added configuration option g:vebugger_edit_cmd 2015-02-16 16:29:29 +11:00
IdanArye
a97d06519a Add docs for the 'con' flag for gdb
Also expand :VBGattachGDB to support either 'pid' or 'con' as second
command argument.
2015-02-16 00:41:08 +02:00
IdanArye
9f39160685 Bump bugfix version 2015-01-27 03:39:34 +02:00
IdanArye
b8dd945557 Fix #5 - Vim7.3 compatibility 2015-01-24 02:12:49 +02:00
IdanArye
f93bac384b Fix indentation and bump bugfix version 2015-01-14 22:08:41 +02:00
Suraj N. Kurapati
2e9e930b08 typo in help docs: "vebugger" was "vebuger" 2015-01-07 22:37:20 -08:00
IdanArye
17cedf51de Bump minor version 2014-08-30 00:41:13 +03:00
IdanArye
5036961da9 Add support for multiple versions of debuggers 2014-06-24 01:46:03 +03:00
IdanArye
b0be0c92b7 Allow GDB to work with Dlang executables
This is done by allowing to choose differet entry points to start the
program at.
2014-06-24 00:07:28 +03:00
IdanArye
bc55ad8ec4 Merge branch 'develop' 2014-06-12 20:50:26 +03:00
IdanArye
1354081c75 Bumped the bugfix version 2014-06-10 22:05:15 +03:00
IdanArye
ef56a809d0 Fixed a URL in the vimdocs 2014-06-04 19:45:39 +03:00
IdanArye
722d1e49b8 Make GDB, JDB, PDB and RDebug look at global variables for exeutable paths.
Mdbg already had this feature, since the Windows SDK doesn't normally
put it in the PATH(just like any other Microsoft tool that assumes you
are going to use Visual Studio and don't need the PATH...)
2014-05-23 17:43:01 +03:00
IdanArye
6e2838c365 Added Mdbg to the vimdoc and the readme 2014-05-22 22:26:42 +03:00
IdanArye
d90537d2fb Made (partial) Windows support official 2014-05-22 17:25:26 +03:00
IdanArye
6a866ffe98 Added architecture description to the documentation 2014-05-18 18:24:25 +03:00
IdanArye
b35eb96727 Added documentation 2014-05-17 22:43:18 +03:00