Sublime Forum

GDB You have not configured the plugin correctly

#1

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?

0 Likes

#2

I am also facing same issue. I am able to see the GDB option in context me nu when i do right click, but if I select run command from it, it shows same alert and open Default and User configuration files in new window.

Please help.

0 Likes

#3

I am new to SublimeGDB. Can not get it running on Hello World program. Can someone post a very simple config file?

1 Like

#4

Is a mysterious silence

0 Likes