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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ If you're having trouble with Vdebug in any way, here are the steps you can take
26
26
27
27
# News
28
28
29
+
Follow me on Twitter, [@joonty](http://twitter.com/joonty), for Vdebug updates and release news.
30
+
29
31
**19/07/2013:** there's a known issue with Vdebug and Vim 7.4. Take a look at [issue #98][5] to follow updates and fixes.
30
32
31
33
**11/06/2013:** Vdebug now has an irc channel on freenode! If you're running into problems installing, configuring or running vdebug, or you just want to ask a general question, join us on **#vdebug**.
@@ -78,7 +80,7 @@ where the path supplied is vdebug's doc directory. This should enable vdebug's h
78
80
79
81
**Requirements**:
80
82
81
-
* Vim compiled with Python 2.6+ support, tabs and signs
83
+
* Vim compiled with Python 2.6+ support, tabs and signs (for Debian/Ubuntu this is provided in the vim-nox package)
82
84
* A programming language that has a DBGP debugger, e.g. PHP, Python, Ruby,
0 commit comments