A debug symbol is information that expresses which programming-language constructs generated a specific piece of machine code in a given executable module.
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-symbolsI 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-executableFor most of my projects, I setup an "archive" scheme to archive my project, creating an IPA and DSYM that …
ios xcode archive debug-symbols dsymVisual Studio takes a lot of extra time loading symbols for external dlls which I'd rather not load. I have …
visual-studio-2010 debug-symbolsI'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-instrumentsI'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-symbolsI 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-symbolsI 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-iostreamsIn a team project I'm working on, setting a breakpoint in a file (say IdeasController.cs) will lead to erratic …
visual-studio debugging msbuild visual-studio-2012 debug-symbolsI have an ELF object file. I want to know which type of debugging info it contains. It was compiled …
c elf debug-symbols powerpc