Tagged Questions
The debug-information tag has no wiki summary.
3
votes
4answers
747 views
Displaying exception debug information to users
I'm currently working on adding exceptions and exception handling to my OSS application. Exceptions have been the general idea from the start, but I wanted to find a good exception framework and in ...
2
votes
0answers
75 views
Is there a way to preserve debug information for a static library that is purely an aggregate of other static libraries?
I have a project that builds a static library that is purely an aggregate of other static libraries. This is achieved by adding the input libraries to the project as files. However, even if debug ...
2
votes
1answer
115 views
Is there any way to get Delphi to read other debug formats?
When I'm debugging something in Delphi and there's a system library in the stack trace, I've got the name of the library and the function that's being called into. Unfortunately, this doesn't seem to ...
1
vote
1answer
215 views
Any Java counterpart for `/usr/bin/strip`?
Is there any tool that can remove debug info from Java .class files, just like /usr/bin/strip can from C/C++ object files on Linux?
EDIT: I liked both Thilo's and Peter Mmm's answers: Peter's was ...
0
votes
0answers
71 views
Install glibc's debuginfo package
I have to install glibc's debuginfo package on powerpc machine. Currently, Valgrind says that the debuginfo package for glibc is not present on the machine. Now i need to install glibc debuginfo ...