Today, I have installed GDB debugger plugin on Sublimetext3.
https://github.com/quarnster/SublimeGDB
When I want to run it(pressing F5), it opens a dialog and says:
Then a new window opens to put my settings inside. I have copied some settings from
https://forum.sublimetext.com/t/sublimegdb-interpreter-issue/13825/1
Since it gave me error message, I fixed it this way:
{
"sublimegdb_workingdir": "${folder:${project_path:../bin/debug/}}",
"sublimegdb_commandline": "gdb --interpreter=mi0 ~/Projects/dummy/bin/debug/dummy"
}
]
It still gives me the same message and opens the configuration file. I found nothing useful in its documentation about that. Does somebody have any idea?