SublimeGDB currently fails to parse a valid workingdir entry when using $ in the string:
"workingdir": "${folder:${project_path}}",
All I get is an empty popup box:

It doesn't tell me what path this expanded to and is very uninformative. This is copy-pasted from the user examples. If you, however, do this:
... then it suddenly works. So my suspect is that parsing the working dir doesn't work as expected.
OS: Ubuntu 17.04
GDB: GNU gdb (Ubuntu 7.12.50.20170314-0ubuntu1.1) 7.12.50.20170314-git
ST: Sublime Text 3, Build 3126
Python version: Python 2.7.13
SublimeGDB currently fails to parse a valid
workingdirentry when using$in the string:All I get is an empty popup box:
It doesn't tell me what path this expanded to and is very uninformative. This is copy-pasted from the user examples. If you, however, do this:
... then it suddenly works. So my suspect is that parsing the working dir doesn't work as expected.
OS: Ubuntu 17.04
GDB: GNU gdb (Ubuntu 7.12.50.20170314-0ubuntu1.1) 7.12.50.20170314-git
ST: Sublime Text 3, Build 3126
Python version: Python 2.7.13