summaryrefslogtreecommitdiff
path: root/python3
AgeCommit message (Expand)Author
2020-02-04added commaJJP7
2019-08-04Merge branch 'master' of github.com:pceuropa/vdebugRafal Marguzewicz
2019-08-04ChangesRafal Marguzewicz
2019-07-13move default layouts in python and have layout optionBlackEagle
2019-07-13Merge branch 'debugger-layouts' of https://github.com/Garethp/vdebug into Gar...BlackEagle
2019-07-07Merge pull request #419 from vim-vdebug/check-if-is-connectedIke Devolder
2019-07-07Merge pull request #413 from Garethp/stack-changingIke Devolder
2019-07-07first check if there is a connection before acting on some eventsBlackEagle
2019-07-06convert status to str first and check if it existsBlackEagle
2019-07-05Merge pull request #416 from vim-vdebug/fix-detach-no-sessionIke Devolder
2019-07-05Merge pull request #415 from vim-vdebug/fix-395Ike Devolder
2019-07-05first check connection before detachingBlackEagle
2019-07-05when coming back from eval, pass context 0 to the eventBlackEagle
2019-07-05Adding the ability to change what stack is being shown in the watch windowGareth Parker
2019-07-05Allow removing a breakpoint from an empty lineGareth Parker
2019-07-05Another way to let people choose between layoutsGareth Parker
2019-07-04Revert "Adding a heartbeat"Ike Devolder
2019-07-04Merge pull request #407 from Garethp/port-checkingIke Devolder
2019-07-04Merge pull request #406 from Garethp/heartbeatIke Devolder
2019-07-04Merge pull request #404 from Garethp/breakpoint-toggleIke Devolder
2019-07-04simplified status, take it into account for all printing in StatusWindowBlackEagle
2019-07-04simplified status, also use a glyph for listeningBlackEagle
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 support for breakpoint enabling/disablingGareth Parker
2019-06-20Making the window height/width and status bar configurableGareth Parker
2019-05-10fix not-"expanded" mode in watch windowJason Woofenden
2018-11-29Handled UnicodeDecodeError on invalid string valueGildas Quéméner
2018-10-20fix exception when setting wrong options in vim window via pythonBlackEagle
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-08-11Remove python2 import workaroundsLucas Hoffmann
2018-08-09Merge pull request #375 from lucc/py3-cleanupIke Devolder
2018-08-08Remove superfuous :silentLucas Hoffmann
2018-08-08Group all autocommands into the Vdebug groupLucas Hoffmann
2018-08-08Remove __future__ importsLucas Hoffmann
2018-08-02Move python code to python3 folderLucas Hoffmann