I wonder whether it is possible to debug a C++ program with Textmate, using breakpoints, steps and so on, I googled a bit but found nothing relevant
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use gdb. If you are not used to a text debugger it will be a bit of a shock at first, but I can tell you I can get around a lot faster in gdb than Eclipse, XCode, or VS.
Also, remote debugging is a cinch, and you can do it over a terminal or serial port if the display is busy.
I don’t believe TextMate has integrated support for C++ debugging, either.