Can we use gdb to debug segmentation faults for Qt programs. If no are there any other tools which can do the task for Qt programs?
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.
Sure you can debug a Qt program with gdb, or any other debugger that supports C++ for that matter. Qt is just a C++ library, Qt source code is just C++ source code making use of Qt libraries.