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
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,19 @@ It's written in Python, and has an object-oriented interface that is easy to ext
16
16
and can even be used from the command-line. It even has unit tests covering
17
17
some of the more critical parts of the code.
18
18
19
+
# Getting help
20
+
21
+
If you're having trouble with Vdebug in any way, here are the steps you can take to get help (in the right order):
22
+
23
+
1.[Check the issues][3] to see whether it's already come up.
24
+
2. Visit the **#vdebug** irc channel on freenode, someone is normally there.
25
+
3.[Open a new issue.][4]
26
+
19
27
# News
20
28
21
-
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**.
29
+
**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
+
31
+
**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**.
22
32
23
33
# Recent version (version 1.4.1)
24
34
@@ -160,3 +170,6 @@ This plugin is released under the [MIT License][1].
0 commit comments