Top "Debug-symbols" questions

A debug symbol is information that expresses which programming-language constructs generated a specific piece of machine code in a given executable module.

Enabling debug symbols in shared library using GCC

I am creating a shared library using gcc and suspect that there may be some memory leaks from the shared …

c gcc compilation shared-libraries debug-symbols
How to check if an executable or DLL is build in Release or Debug mode (C++)

I need to find the mode EXE/DLL was build looking at its headers. (Using C++ only without any external …

c++ dll exe debug-symbols portable-executable
Xcode archive not creating DSYM file

For most of my projects, I setup an "archive" scheme to archive my project, creating an IPA and DSYM that …

ios xcode archive debug-symbols dsym
Visual Studio 2010 takes too long loading symbols, symbol file location cannot be removed

Visual Studio takes a lot of extra time loading symbols for external dlls which I'd rather not load. I have …

visual-studio-2010 debug-symbols
Xcode 4 Instruments doesn't show source lines

I've just started playing with Xcode 4, and found that, no matter how I setup debugging symbols in the project, Instruments …

xcode debug-symbols xcode-instruments
Visual Studio: debug information in release build

I'm tempted to include debug information in my release builds that go out to customers. As far as I see …

visual-studio debugging build debug-symbols
How can I inspect a static library to see if the debug symbols are being exported?

I have a static library I'm building in debug mode, but when I step into it I still get disassembly. …

c++ c static-libraries debug-symbols
warning message RTTI symbol not found when using boost::iostreams

I use Boost::iostreams to write simultaneously to my console and a file. When i use eclipse to debug(with …

gdb eclipse-cdt rtti debug-symbols boost-iostreams
How can I know what type of debug info is in an ELF object file?

I have an ELF object file. I want to know which type of debugging info it contains. It was compiled …

c elf debug-symbols powerpc