This TextMate 2 bundle command:
echo $TM_FILEPATH
echo $TM_LINE_NUMBER
open codebug://send?file="$TM_FILEPATH"&line="$TM_LINE_NUMBER"&op="add"&open="1"
generates this echoed output:
/Users/bob/Dropbox/SyncedSites/vhosts/www.br.dev/user/plugins/topicmenu/topicmenu.php
56
It launches Codebug, but does not open the referenced file nor set a breakpoint at the specified line.
What have I done wrong?