On windows we can get the debug symbols using the dbgHelp library.
How can we do it on UNIX/linux (with c++)?
thanks 🙂
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.
This is dependent on exactly which Unix version or Linux distribution you are using. For Debian and Debian derived distributions such as Ubuntu you need to install the debug packages using your normal package manager. Fedora uses debuginfo rpms to add the debugging symbols. For other systems I’m afraid you’ll have to search yourself.