summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-04Adding a breakpoint status as well as as a tri-state breakpoint cyclingGareth Parker
2019-07-04Reports to the user if the port they want is already takenGareth Parker
2019-07-03Adding a heartbeatGareth Parker
2019-07-03Adding empty keymapsGareth Parker
2019-07-03Adding support for breakpoint enabling/disablingGareth Parker
2019-06-20Making the window height/width and status bar configurableGareth Parker
2019-06-07Merge pull request #400 from JasonWoof/masterIke Devolder
2019-05-10fix not-"expanded" mode in watch windowJason Woofenden
2018-11-30Merge pull request #392 from gquemener/patch-1Ike Devolder
2018-11-29Handled UnicodeDecodeError on invalid string valueGildas Quéméner
2018-11-28Merge pull request #390 from Roy-Orbison/patch-1Ike Devolder
2018-11-29Document configurable sign optionsRoy-Orbison
2018-11-13Configurable sign charactersRoy-Orbison
2018-10-20Merge pull request #385 from vim-vdebug/python-changes-to-reviewIke Devolder
2018-10-20fix exception when setting wrong options in vim window via pythonBlackEagle
2018-10-18Merge pull request #383 from lucc/python/vim-moduleIke Devolder
2018-10-18Merge pull request #380 from bendoh/update_continous_mode_default_documentationIke Devolder
2018-10-04Do not use deprecated method base64.encodestringLucas Hoffmann
2018-10-04Add consistent empty lines before classesLucas Hoffmann
2018-10-04Remove else after returnLucas Hoffmann
2018-10-04Remove object as explicit parent classLucas Hoffmann
2018-10-04Remove unused methodsLucas Hoffmann
2018-10-04Use some more idiomatic python instead of vim.evalLucas Hoffmann
2018-09-04Update documentation for continuous_mode option to align with realityBenjamin Doherty
2018-08-15Merge pull request #379 from vim-vdebug/python-testsIke Devolder
2018-08-15run test coverage and reportBlackEagle
2018-08-15Merge pull request #378 from lucc/fix/minorIke Devolder
2018-08-11Remove python2 import workaroundsLucas Hoffmann
2018-08-11Improve coverage output filterLucas Hoffmann
2018-08-11Add gem directory to gitignoreLucas Hoffmann
2018-08-11Use single quotes instead of double quotesLucas Hoffmann
2018-08-10Merge pull request #377 from lucc/fix/buildIke Devolder
2018-08-09Pack python3 instead of pythonx in the tarballLucas Hoffmann
2018-08-09Merge pull request #375 from lucc/py3-cleanupIke Devolder
2018-08-09Merge pull request #374 from lucc/autocmdIke Devolder
2018-08-08Remove superfuous :silentLucas Hoffmann
2018-08-08Remove doautocmd on VdebugPre and VdebugPostLucas Hoffmann
2018-08-08Group all autocommands into the Vdebug groupLucas Hoffmann
2018-08-08Remove __future__ importsLucas Hoffmann
2018-08-08Merge pull request #373 from lucc/small-cleanupIke Devolder
2018-08-08Merge pull request #372 from lucc/python/initIke Devolder
2018-08-02Move test-setup file to __init__.pyLucas Hoffmann
2018-08-02Fix path in unittestLucas Hoffmann
2018-08-02Remove superfluous :execLucas Hoffmann
2018-08-02Move python code to python3 folderLucas Hoffmann
2018-08-02Remove python initializing fileLucas Hoffmann
2018-08-02Merge pull request #371 from lucc/fix/remove-allIke Devolder
2018-08-02Fix RuntimeError in `:BreakpointRemove *`Lucas Hoffmann
2018-06-12Merge pull request #364 from jm009/masterIke Devolder
2018-06-12Updated doc/Vdebug.txt for problems with php cli.Jan Michael Greiner