Hello!
Currently if I try run debug session after using
:VdebugOpt path_maps {'/remote/path':'/local/path'}
I get error
...
File "/home/user/.vim/bundle/vdebug/plugin/python/vdebug/opts.py", line 30, in get
return as_type(inst.options[name])
ValueError: dictionary update sequence element #0 has length 1; 2 is required
Because g:vdebug_options["path_maps"] is a string instead dictionary as expect
Hello!
Currently if I try run debug session after using
:VdebugOpt path_maps {'/remote/path':'/local/path'}I get error
Because
g:vdebug_options["path_maps"]is a string instead dictionary as expect