You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-16Lines changed: 8 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,29 +30,21 @@ If you're having trouble with Vdebug in any way, here are the steps you can take
30
30
31
31
Follow me on Twitter, [@joonty](http://twitter.com/joonty), for Vdebug updates and release news.
32
32
33
-
***26/08/2015:** Version 1.5.0 released. This has a whole series of fixes and even a couple of new features. See below for more information.
33
+
***07/09/2015:** Version 1.5.1 released. This adds a `:VdebugEval!` command and fixes issues with buffers not being wiped out. See below for more information.
34
+
***26/08/2015:** Version 1.5.0 released. This has a whole series of fixes and even a couple of new features.
34
35
***15/05/2014:** Version 1.4.2 released. This fixes major problems with the latest version of Vim, which has stricter rules around function naming. See [this pull request for more details][5]
35
36
***12/04/2014:** My son was born! Hence no contact or work on Vdebug for the following month.
36
37
37
-
## Recent version (version 1.5.0)
38
+
## Recent version (version 1.5.1)
38
39
39
40
### Bug fixes:
40
-
* Fix for remote and local file paths with a windows/unix setup (thanks @brothert, #130)
41
-
* Sort path maps by remote path length (thanks @ragol and @adambiggs, #153, #201)
42
-
* Default "stop" behaviour (default <F6>) actually stops rather than detaches (issue #166)
43
-
* Various documentation fixes (issue #172, issue #223, thanks @loonies for #210)
44
-
* Add documentation to show that komodo-debug doesn't work with nodejs > 0.10 (#202, #223)
45
-
* Don't override previously defined breakpoint highlights (#208)
41
+
* Fix buffers not being wiped out after ending a session (thanks @BlackIkeEagle, #226)
46
42
47
43
### Features:
48
-
* Add support for Python 2.4 (thanks @mbarbon, #189)
49
-
* Add Vagrantfile and bootstrap for easier local development
50
-
* Add new VdebugTrace command for tracking individual variables and expressions (thanks @escher9, #178)
51
-
* Show ellipses for truncated arrays in watch window (#177)
52
-
* Bind to all available interfaces by default, instead of just localhost (#209, thanks @zolem)
53
-
54
-
### Misc:
55
-
* Changed HISTORY to CHANGELOG
44
+
* Add :VdebugEval! command, which remembers the eval expression when stepping
45
+
through, as an alternative to :VdebugTrace (thanks @benjifisher, #193)
46
+
47
+
See the CHANGELOG for the full history of changes.
0 commit comments