Add debug timeout
This commit is contained in:
parent
5594d108e9
commit
a77ea584d7
1 changed files with 1 additions and 0 deletions
|
@ -372,6 +372,7 @@ let g:vdebug_options={}
|
|||
let g:vdebug_options['break_on_open']=0
|
||||
let g:vdebug_options['ide_key']='vagrant'
|
||||
let g:vdebug_options['port']=9001
|
||||
let g:vdebug_options['timeout']=300
|
||||
let g:vdebug_options['path_maps']={
|
||||
\'/var/www/magento': getcwd()
|
||||
\}
|
||||
|
|
Loading…
Add table
Reference in a new issue