xdebug.file_link_format=gvim://%f@%l
#!/bin/shf=`echo $1 | cut -d @ -f 1 | sed 's/gvim:\/\///'`l=`echo $1 | cut -d @ -f 2`gvim --remote-tab +$l $f
xdebug.file_link_format=txmt://open/?url=file://%f&line=%l