Skip to content

Commit 24495d1

Browse files
committed
Merge branch 'jnachtigall-master'
2 parents dd18f27 + cd9926f commit 24495d1

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ called "python".
101101

102102
Clone this repository in your `~/.vim/bundle` directory
103103

104-
### Using vundle
104+
### Using Vundle
105105

106106
Add this to your `~/.vimrc` file:
107107

108108
```vim
109-
Plugin 'joonty/vdebug.git'
109+
Plugin 'joonty/vdebug'
110110
```
111111

112112
Then, from the command line, run:
@@ -115,6 +115,16 @@ Then, from the command line, run:
115115
vim +PluginInstall +qall
116116
```
117117

118+
Or, in vim, run:
119+
```vim
120+
:PluginInstall
121+
```
122+
123+
For new changes to take effect, you may have to reload your .vimrc first:
124+
```vim
125+
:source $MYVIMRC
126+
```
127+
118128
## Quick guide
119129

120130
Set up any DBGP protocol debugger, e.g. Xdebug. (See :help VdebugSetUp). Start Vdebug with `<F5>`, which will make it wait for an incoming connection. Run the script you want to debug, with the debugging engine enabled. A new tab will open with the debugging interface.

0 commit comments

Comments
 (0)