Commit Graph

90 Commits

Author SHA1 Message Date
Kevin Brandon
bc0c05713d Fixes issue #13 by defining a color group called BreakPoint. By default it reverses the color scheme for term, cterm, and gui 2015-04-11 02:10:03 -07:00
IdanArye
f98c830b82 Changed the Vebugger_*UserAction activation to use try...finally
That way, errors in the event listeners will neither be swallowed nor
will they prevent the user action from happening.
2015-03-01 21:32:20 +02:00
IdanArye
e3c069b5b6 Add hook for pre&post user actions 2015-02-28 19:45:05 +02:00
IdanArye
4567ad166b Change the code path of user actions
Most user actions now go through vebugger#userAction, which calls the
user action on the active debugger object. The exceptions are:

 - Starting the debugger - because we don't have an active debugger yet
 - Stopping the debugger - because we'll need to clear the active
   debugger after that
 - Altering breakpoints - because we want to be able to do it even
   without an active debugger(e.g. - setting breakpoints before starting
   the debugger)
2015-02-28 19:16:25 +02: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
Idan Arye
81760ed080 Merge pull request #7 from rdnetto/develop
Added support for connecting gdb to remote instances
2015-02-16 00:09:32 +02:00
Reuben D'Netto
940af913be "Added 'con' option to vebugger#gdb#start" 2015-02-15 16:45:00 +11:00
IdanArye
9f39160685 Bump bugfix version 2015-01-27 03:39:34 +02:00
Idan Arye
a8a1a4705a Merge pull request #6 from idanarye/feature/fix-for-vim7.3
Fix #5 - Vim7.3 compatibility
2015-01-26 17:25:32 +02:00
IdanArye
b8dd945557 Fix #5 - Vim7.3 compatibility 2015-01-24 02:12:49 +02:00
Idan Arye
c10e27f7c7 Merge pull request #4 from idanarye/feature/fix-cygwin-paths
fix #3
2015-01-15 13:21:37 +02:00
IdanArye
f93bac384b Fix indentation and bump bugfix version 2015-01-14 22:08:41 +02:00
IdanArye
31a8bd64c8 Fixed breakpoints for MDBG in Cygwin
Now I just need to see that everything works in regular Vim under Windows...
2015-01-14 00:53:36 +02:00
IdanArye
6d9ace9f62 Fix paths for MDbg in Cygwin 2015-01-13 00:22:02 +02:00
Idan Arye
498b97d5f8 Merge pull request #1 from sunaku/patch-1
typo in help docs: "vebugger" was "vebuger"
2015-01-08 10:39:00 +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
f51ff80896 Fix for line stops in GDB.
Apperantly GDB changed the format, so Vebugger was changed to reflect
that.
2014-08-30 00:40:21 +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
36eacb3379 Merge branch 'master' of git://github.com/someboddy/vim-vebugger 2014-06-12 20:53:14 +03:00
IdanArye
bc55ad8ec4 Merge branch 'develop' 2014-06-12 20:50:26 +03:00
IdanArye
f0368a1de6 Use a pattern instead of fnamemodify for MDbg breakpoints 2014-06-12 20:48:38 +03:00
IdanArye
1da74af8a9 Merge branch 'develop' 2014-06-10 22:22:18 +03:00
IdanArye
99adadbde7 Merge branch 'develop' 2014-06-10 22:13:15 +03:00
IdanArye
0a5bccac0f Merge branch 'feature/mdbg-support-when-using-full-paths' into develop 2014-06-10 22:06:02 +03:00
IdanArye
1354081c75 Bumped the bugfix version 2014-06-10 22:05:15 +03:00
unknown
854f86d067 Added more supported characters to method full name in MDBG where parsing 2014-06-10 11:45:24 +03:00
unknown
cfbfb52517 Remove the .exe extension from the default Mdbg - Windows doesnt need itdel C:\Users\IdanA\AppData\Local\Temp/.vimtmp/*~ 2014-06-10 10:42:37 +03:00
unknown
dbe939096c Fixed the regex for MDBG file path parsing 2014-06-10 10:37:14 +03:00
IdanArye
2438ac6cce This should do the trick! 2014-06-09 21:37:48 +03:00
IdanArye
ff2a8207d8 Add a function that checks if a path is full or relative 2014-06-09 21:36:38 +03:00
IdanArye
ef56a809d0 Fixed a URL in the vimdocs 2014-06-04 19:45:39 +03:00
IdanArye
a4ec6efad5 Merge branch 'release/1.1.0' 2014-05-23 17:47:26 +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
06ef976fff Add MDBG support(Windows only of course...) 2014-05-22 22:17:22 +03:00
IdanArye
57f86ef3ac Merge branch 'add-framework-for-taking-path-from-global-variables' into add-mdbg-support 2014-05-22 19:16:18 +03:00
IdanArye
3d251625c0 Add the function vebugger#util#getToolFullPath 2014-05-22 19:14:34 +03:00
IdanArye
d90537d2fb Made (partial) Windows support official 2014-05-22 17:25:26 +03:00
IdanArye
ea92572fa1 Prevented the shell buffer in Windows.
I can't get it to work without PTY
2014-05-22 17:21:31 +03:00
IdanArye
3012df9a85 Fixed process attaching for GDB 2014-05-22 17:11:54 +03:00
Idan Arye
e846941323 Add a link to screencast to the readme 2014-05-19 23:45:04 +03:00
IdanArye
734eddc780 Added readme for GitHub 2014-05-19 20:56:11 +03:00
IdanArye
823bcb9c35 Fixed GDB's value setting problem 2014-05-19 19:57:36 +03:00
IdanArye
1688d04f24 Set file completion for the :VBGtoggleBreakpoint command 2014-05-19 19:06:37 +03:00
IdanArye
6a866ffe98 Added architecture description to the documentation 2014-05-18 18:24:25 +03:00
IdanArye
d4fd203d06 Fixed a bug in eval result reading in PDB 2014-05-18 02:22:39 +03:00