Sublime Forum

C++ debugger

#1

Greetings Sublime community!
Is there c++ debugger (plugin) for SublieText 2, and, if so, how to use it. I have tried with SublimeGDB, but i couldn’t set it up properly. Also, is there a way to make a whole projects (include header files, etc) like it’s done in NetBeans or Code::Blocks, using only Sublime Text2. I’m using Linux Mint 14 Nadia.
Thanks in advance! :smile:

0 Likes

#2

You answered your own questions (yes, there is a debugger plugin).

All you need to do now is learn to set it up properly.

Alternatively, try github.com/filcab/SublimeLLDB if lldb instead of gdb is ok.

0 Likes

#3

How can I learn to set SublimeGDB ?

0 Likes

#4

The instructions at github.com/quarnster/SublimeGDB are pretty easy to follow…

0 Likes

#5

I have done that, but after “installing it” i try to run with with F5 and it says that plugin isn’t configured.

0 Likes