Commit Graph

  • c10e27f7c7 Merge pull request #4 from idanarye/feature/fix-cygwin-paths v1.2.1 Idan Arye 2015-01-15 13:21:37 +0200
  • f93bac384b Fix indentation and bump bugfix version IdanArye 2015-01-14 22:08:41 +0200
  • 31a8bd64c8 Fixed breakpoints for MDBG in Cygwin IdanArye 2015-01-14 00:53:36 +0200
  • 6d9ace9f62 Fix paths for MDbg in Cygwin IdanArye 2015-01-13 00:22:02 +0200
  • 498b97d5f8 Merge pull request #1 from sunaku/patch-1 Idan Arye 2015-01-08 10:39:00 +0200
  • 2e9e930b08 typo in help docs: "vebugger" was "vebuger" Suraj N. Kurapati 2015-01-07 22:37:20 -0800
  • 17cedf51de Bump minor version v1.2.0 IdanArye 2014-08-30 00:41:13 +0300
  • f51ff80896 Fix for line stops in GDB. IdanArye 2014-08-30 00:40:21 +0300
  • 5036961da9 Add support for multiple versions of debuggers IdanArye 2014-06-24 01:46:03 +0300
  • b0be0c92b7 Allow GDB to work with Dlang executables IdanArye 2014-06-24 00:05:51 +0300
  • 36eacb3379 Merge branch 'master' of git://github.com/someboddy/vim-vebugger IdanArye 2014-06-12 20:53:14 +0300
  • bc55ad8ec4 Merge branch 'develop' v1.1.2 IdanArye 2014-06-12 20:49:45 +0300
  • f0368a1de6 Use a pattern instead of fnamemodify for MDbg breakpoints IdanArye 2014-06-11 22:05:20 +0300
  • 1da74af8a9 Merge branch 'develop' IdanArye 2014-06-10 22:13:15 +0300
  • 99adadbde7 Merge branch 'develop' v1.1.1 IdanArye 2014-06-10 22:13:15 +0300
  • 0a5bccac0f Merge branch 'feature/mdbg-support-when-using-full-paths' into develop IdanArye 2014-06-10 22:06:02 +0300
  • 1354081c75 Bumped the bugfix version IdanArye 2014-06-10 22:05:15 +0300
  • 854f86d067 Added more supported characters to method full name in MDBG where parsing unknown 2014-06-10 11:45:24 +0300
  • cfbfb52517 Remove the .exe extension from the default Mdbg - Windows doesnt need itdel C:\Users\IdanA\AppData\Local\Temp/.vimtmp/*~ unknown 2014-06-10 10:42:37 +0300
  • dbe939096c Fixed the regex for MDBG file path parsing unknown 2014-06-10 10:37:14 +0300
  • 2438ac6cce This should do the trick! IdanArye 2014-06-09 21:37:48 +0300
  • ff2a8207d8 Add a function that checks if a path is full or relative IdanArye 2014-06-09 21:36:38 +0300
  • ef56a809d0 Fixed a URL in the vimdocs IdanArye 2014-06-04 19:45:39 +0300
  • a4ec6efad5 Merge branch 'release/1.1.0' v1.1.0 IdanArye 2014-05-23 17:47:26 +0300
  • 722d1e49b8 Make GDB, JDB, PDB and RDebug look at global variables for exeutable paths. IdanArye 2014-05-23 17:43:01 +0300
  • 6e2838c365 Added Mdbg to the vimdoc and the readme IdanArye 2014-05-22 22:26:42 +0300
  • 06ef976fff Add MDBG support(Windows only of course...) IdanArye 2014-05-22 22:17:22 +0300
  • 57f86ef3ac Merge branch 'add-framework-for-taking-path-from-global-variables' into add-mdbg-support IdanArye 2014-05-22 19:16:18 +0300
  • 3d251625c0 Add the function vebugger#util#getToolFullPath IdanArye 2014-05-22 19:14:34 +0300
  • d90537d2fb Made (partial) Windows support official IdanArye 2014-05-22 17:25:26 +0300
  • ea92572fa1 Prevented the shell buffer in Windows. IdanArye 2014-05-22 17:21:31 +0300
  • 3012df9a85 Fixed process attaching for GDB IdanArye 2014-05-22 17:11:54 +0300
  • e846941323 Add a link to screencast to the readme Idan Arye 2014-05-19 23:45:04 +0300
  • 734eddc780 Added readme for GitHub v1.0.0 IdanArye 2014-05-19 20:56:11 +0300
  • 823bcb9c35 Fixed GDB's value setting problem IdanArye 2014-05-19 19:57:36 +0300
  • 1688d04f24 Set file completion for the :VBGtoggleBreakpoint command IdanArye 2014-05-19 19:06:30 +0300
  • 6a866ffe98 Added architecture description to the documentation IdanArye 2014-05-18 18:24:25 +0300
  • d4fd203d06 Fixed a bug in eval result reading in PDB IdanArye 2014-05-18 02:22:39 +0300
  • b35eb96727 Added documentation IdanArye 2014-05-17 22:43:18 +0300
  • 663c38e1a6 Changed the raw-write key from ALT+W to R IdanArye 2014-05-17 20:57:10 +0300
  • fe16f3925c Added shell buffer support for JDB IdanArye 2014-05-17 20:23:15 +0300
  • 9fae72d993 Added command execution for jdb IdanArye 2014-05-17 19:56:19 +0300
  • f53abcf723 Added statement execution for rdebug IdanArye 2014-05-17 19:50:07 +0300
  • b2b0550c46 Added statement execution for PDB IdanArye 2014-05-17 19:41:32 +0300
  • 8a26f05585 Attempt to fix a crash that happens sometimes with the shell buffer IdanArye 2014-05-17 19:27:46 +0300
  • 71671f0fa4 Added command-line-arguments support for all debuggers. IdanArye 2014-05-17 19:23:15 +0300
  • 88ad7dbae7 Changed the raw-write command keymapping to use alt. IdanArye 2014-05-17 00:01:12 +0300
  • 75cee7c51f Added statement execution for GDB. IdanArye 2014-05-16 23:58:02 +0300
  • b5cbffd7bc Add attach-to-running-process mode for GDB IdanArye 2014-05-16 23:31:09 +0300
  • 7383a2b65a Merge branch 'master' of github.com:someboddy/vim-vebugger IdanArye 2014-05-16 18:28:34 +0300
  • f7af3d4406 Added shell buffer support for rdebug IdanArye 2014-05-16 18:25:45 +0300
  • 2d1c16a588 Added shell buffer support for PDB IdanArye 2014-05-16 18:03:21 +0300
  • 28c44ce69a Added keymap for clearing all the breakpoints IdanArye 2014-05-16 18:03:05 +0300
  • 9524694afd Added a shell buffer. IdanArye 2014-05-16 17:42:22 +0300
  • a52f92a839 Used the timer trick to continue reading when user stays idle IdanArye 2014-05-16 05:00:26 +0300
  • 1317ef50e9 Used the timer trick to continue reading when user stays idle IdanArye 2014-05-16 05:00:26 +0300
  • 762034df2c Changed the eval and write keymaps to be more consistent. IdanArye 2014-05-14 23:04:01 +0300
  • 5994aa9c07 Added some more commands and keymaps IdanArye 2014-05-14 22:58:02 +0300
  • 7b28ed357e Added a PDB implementation IdanArye 2014-05-14 22:57:47 +0300
  • eba1009a51 Added keymaps for raw writing and made the signs mechanism use full paths. IdanArye 2014-05-14 22:52:01 +0300
  • d0d7fd827e Some minor fixes IdanArye 2014-05-14 21:52:55 +0300
  • ac5be406e9 Implemented for rdebug IdanArye 2014-05-14 13:14:34 +0300
  • 59f55a62be Displaying exceptions in JDB IdanArye 2014-02-08 22:58:34 +0200
  • c51b7f0b10 Added commands for stopping the debugger and for starting GDB. IdanArye 2014-02-08 02:33:18 +0200
  • c46efb2c4f Added GDB support IdanArye 2014-02-08 00:51:13 +0200
  • 079aa3503f Added to jdb the option to specify custom command IdanArye 2014-01-18 01:21:02 +0200
  • 69dab33ea3 Added expression evaluation functionality IdanArye 2014-01-18 00:36:13 +0200
  • 61d1c3f752 Changed signs mechanism to use full paths IdanArye 2014-01-17 23:16:09 +0200
  • 07fb6eb21a Added breakpoints support IdanArye 2013-12-28 22:23:33 +0200
  • 6f64ff6fda Added basic keymaps IdanArye 2013-12-28 00:17:31 +0200
  • 40f9e42735 Added toggling command for the log buffer IdanArye 2013-12-28 00:08:42 +0200
  • 048e4a089a Added write actions IdanArye 2013-12-27 23:52:57 +0200
  • 9788f69c3e Added callstack support IdanArye 2013-12-27 23:09:58 +0200
  • a820f6b777 Removed state arguments from think handlers. IdanArye 2013-12-27 22:54:11 +0200
  • 6d5f612bbf Fixed deep filename resolving for jdb IdanArye 2013-12-27 22:19:29 +0200
  • 375c040203 Can now read location and jump to it IdanArye 2013-12-25 20:33:12 +0200
  • c7a539ba46 Added log-output-to-buffer functionality IdanArye 2013-12-25 01:21:41 +0200
  • e023c234ab Got the basic shell IO to work IdanArye 2013-12-23 23:37:18 +0200