X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=INSTALL.txt;h=b48a265a59f70cdbaf4561e1cf88153467499926;hb=257aca6c2a5e3038d6792928e7dbf9b6e28b198b;hp=9602b1e13a657332054cce3c2be51ce196486d86;hpb=c90feb4c530cdb4e5abbfac044fea74d88975775;p=pygdb.git diff --git a/INSTALL.txt b/INSTALL.txt index 9602b1e..b48a265 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,6 +1,6 @@ -1. Put the pygdb directory to somewhere, lets call it -2. Add the following lines into your ~/.gvimrc: +1. Put the pygdb directory to somewhere, lets call it in this help file. +2. Add the following lines into your ~/.vimrc: python << >> import sys @@ -10,9 +10,14 @@ sys.path.append(pygdbdir) >> - autocmd BufRead *.c* source /pygdb.vim - autocmd BufRead *.c* call GDBMapDefaults() + autocmd Filetype c,cpp source /pygdb.vim + autocmd Filetype c,cpp call GDBMapDefaults() where you replace by the corresponding path of pygdb. You may want to - add to the environment variable PATH resp. PYTHONPATH such that you - cou can call pygdb from console by hand. + add to the environment variable PATH such that you cou can call pygdb + from console directly. + + If you like, you can add the following line. It leads to a configuration file + loading when opening a source file + autocmd BufRead *.c* :GDBLoadConfig +