index
:
vdebug
cr/pathogen-infect
master
Multi-language DBGP debugger client for Vim (PHP, Python, Perl, Ruby, etc.)
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugin
Age
Commit message (
Expand
)
Author
2019-11-18
Merge pull request #432 from skotos/fix-423
Ike Devolder
2019-11-18
Merge pull request #431 from baptx/patch-1
Ike Devolder
2019-11-15
Fix #423 - Vim Hangs on exit if vdebug is running.
Scott Tester
2019-11-08
clarify that the master branch is based on version 2.0.0, not 1.4.1
baptx
2019-10-06
fixes startup issue on win7
determin1st
2019-07-13
move default layouts in python and have layout option
BlackEagle
2019-07-13
Merge branch 'debugger-layouts' of https://github.com/Garethp/vdebug into Gar...
BlackEagle
2019-07-07
Merge pull request #413 from Garethp/stack-changing
Ike Devolder
2019-07-06
add more clarity to the Vdebug_load_keymaps function
BlackEagle
2019-07-05
Changing the command name
Gareth Parker
2019-07-05
Fixing bad config
Gareth Parker
2019-07-05
Another way to let people choose between layouts
Gareth Parker
2019-07-04
Merge pull request #404 from Garethp/breakpoint-toggle
Ike Devolder
2019-07-04
remove the default width of DebuggerStatus
BlackEagle
2019-07-04
Adding a breakpoint status as well as as a tri-state breakpoint cycling
Gareth Parker
2019-07-03
Adding empty keymaps
Gareth Parker
2019-07-03
Adding support for breakpoint enabling/disabling
Gareth Parker
2019-06-20
Making the window height/width and status bar configurable
Gareth Parker
2018-11-13
Configurable sign characters
Roy-Orbison
2018-08-11
Use single quotes instead of double quotes
Lucas Hoffmann
2018-08-08
Remove doautocmd on VdebugPre and VdebugPost
Lucas Hoffmann
2018-08-08
Group all autocommands into the Vdebug group
Lucas Hoffmann
2018-08-08
Merge pull request #373 from lucc/small-cleanup
Ike Devolder
2018-08-02
Remove superfluous :exec
Lucas Hoffmann
2018-08-02
Remove python initializing file
Lucas Hoffmann
2018-05-02
Fix wrong Github path
Rudolf Tucek
2018-03-31
use close instead of stop when vim is closing
BlackEagle
2018-03-21
add vim functions to add or set the path maps
BlackEagle
2018-03-03
change the window_arrangement so the status sits below
BlackEagle
2018-02-10
Added check to prevent loading plugin twice
E.J. Sexton
2017-11-22
Python3 compatibility
Mark Kimsal
2017-07-06
Warn the user if :python is not available
Lucas Hoffmann
2017-05-31
Move python code to pythonx dir
Lucas Hoffmann
2017-05-28
Resolve circular includes
Lucas Hoffmann
2017-05-28
Make all vdebug imports relative
Lucas Hoffmann
2017-05-28
Group imports by stdlib third party and ours
Lucas Hoffmann
2017-05-28
Import all names that are used
Lucas Hoffmann
2017-05-18
En- and decode strings used with the base64 module
Lucas Hoffmann
2017-05-18
Import urllib & queue py2/py3 compatible
Lucas Hoffmann
2017-05-18
Use items() instead of iteritems()
Lucas Hoffmann
2017-05-16
Merge pull request #278 from lucc/docs
Ike Devolder
2017-05-14
Deprecate stand alone option variables
Lucas Hoffmann
2017-05-14
Prepare except statements for py3
Lucas Hoffmann
2017-05-14
Use print function to prepare for py3
Lucas Hoffmann
2017-05-03
socket: added missing import
paprykarz
2017-04-07
Fixes #127 - multiline values are indented to not break the watch tree
Ghislain Rodrigues
2017-04-07
Fixes #127 - too short lines are ignored, which causes issues with variables ...
Ghislain Rodrigues
2017-04-05
Update uninitialized parameter fix documentation
Pipe Gutierrez
2017-03-23
make sure vdebug buffers are removed on close
BlackEagle
2017-03-23
Merge branch 'patch-1' of https://github.com/Seb-C/vdebug into v2-integration
BlackEagle
[next]