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
/
python3
Age
Commit message (
Expand
)
Author
2020-02-04
added comma
JJP7
2019-08-04
Merge branch 'master' of github.com:pceuropa/vdebug
Rafal Marguzewicz
2019-08-04
Changes
Rafal Marguzewicz
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 #419 from vim-vdebug/check-if-is-connected
Ike Devolder
2019-07-07
Merge pull request #413 from Garethp/stack-changing
Ike Devolder
2019-07-07
first check if there is a connection before acting on some events
BlackEagle
2019-07-06
convert status to str first and check if it exists
BlackEagle
2019-07-05
Merge pull request #416 from vim-vdebug/fix-detach-no-session
Ike Devolder
2019-07-05
Merge pull request #415 from vim-vdebug/fix-395
Ike Devolder
2019-07-05
first check connection before detaching
BlackEagle
2019-07-05
when coming back from eval, pass context 0 to the event
BlackEagle
2019-07-05
Adding the ability to change what stack is being shown in the watch window
Gareth Parker
2019-07-05
Allow removing a breakpoint from an empty line
Gareth Parker
2019-07-05
Another way to let people choose between layouts
Gareth Parker
2019-07-04
Revert "Adding a heartbeat"
Ike Devolder
2019-07-04
Merge pull request #407 from Garethp/port-checking
Ike Devolder
2019-07-04
Merge pull request #406 from Garethp/heartbeat
Ike Devolder
2019-07-04
Merge pull request #404 from Garethp/breakpoint-toggle
Ike Devolder
2019-07-04
simplified status, take it into account for all printing in StatusWindow
BlackEagle
2019-07-04
simplified status, also use a glyph for listening
BlackEagle
2019-07-04
Adding a breakpoint status as well as as a tri-state breakpoint cycling
Gareth Parker
2019-07-04
Reports to the user if the port they want is already taken
Gareth Parker
2019-07-03
Adding a heartbeat
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
2019-05-10
fix not-"expanded" mode in watch window
Jason Woofenden
2018-11-29
Handled UnicodeDecodeError on invalid string value
Gildas Quéméner
2018-10-20
fix exception when setting wrong options in vim window via python
BlackEagle
2018-10-04
Do not use deprecated method base64.encodestring
Lucas Hoffmann
2018-10-04
Add consistent empty lines before classes
Lucas Hoffmann
2018-10-04
Remove else after return
Lucas Hoffmann
2018-10-04
Remove object as explicit parent class
Lucas Hoffmann
2018-10-04
Remove unused methods
Lucas Hoffmann
2018-10-04
Use some more idiomatic python instead of vim.eval
Lucas Hoffmann
2018-08-11
Remove python2 import workarounds
Lucas Hoffmann
2018-08-09
Merge pull request #375 from lucc/py3-cleanup
Ike Devolder
2018-08-08
Remove superfuous :silent
Lucas Hoffmann
2018-08-08
Group all autocommands into the Vdebug group
Lucas Hoffmann
2018-08-08
Remove __future__ imports
Lucas Hoffmann
2018-08-02
Move python code to python3 folder
Lucas Hoffmann