Hi there, I am new to this forum
(also sorry for my grammar but I am not English)
I have been trying to make sublime gdb work for the last week, but unfortunately with no resultsâŚ
I think that I have configured the project settings file properly, here they are:
{
âfoldersâ:
{
âpathâ: â/home/[âŚ]/fifteenâ
},
âsettingsâ:
{
âsublimegdb_commandlineâ: âgdb âinterpreter=mi ./fifteenâ,
âsublimegdb_workingdirâ: â${folder:${project_path:fifteen}}â
}
}
The problem is that when I press F5 I get this message in the console:
Running: gdb âinterpreter=mi ./fifteen
In directory: [my directory]
error: The directory given does not exist: [my directory]
Now what is even more strange is that Sublime GDB uses the path and directory given in the SublimeGDB User Settings file and not the ones in the project settings (the project settings file seems not to work at all). I tried to find out where I am wrong but I canât figure it out.
Please help me
Thanks