Stick to xdebug default port 9003

This commit is contained in:
Daniel Siepmann 2023-02-23 13:29:11 +01:00
parent 2e02b17693
commit a9456194a2
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
3 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ let g:vdebug_options.timeout = 60
let g:vdebug_options.continuous_mode = 1
let g:vdebug_options.ide_key = "vim"
let g:vdebug_options.server = "127.0.0.1"
let g:vdebug_options.port = 9000
let g:vdebug_options.port = 9003
" Plugin options
let g:vdebug_options.break_on_open = 0
let g:vdebug_options.watch_window_style = "compact"

Binary file not shown.

Binary file not shown.