Back when M$ first released the ability to point visual studio at a symbol server and actually debug into .NET code I got it up and working no problem on VS2008.
I am using remote (k)gdb to debug a problem in a module that causes a panic when loaded e.g. when init() is called.
I\'m rather new to symbol servers and I\'ve been experimenting with them and Visual Studio 2008 running Windows XP(SP3). I\'ve encountered a wierd problem as my symbols are not being cached locally in
When I do a release build with gcc (i.e. I do not specify -g), I still seem to end up with symbols in the binary, and have to use strip to remove them. In fact, I can still breakpoint functions and ge
I wonder why software shall be deployed with its related debugging symbols. What are 开发者_JAVA技巧advantages and disadvantages? Are there code revealing issues (information security related issues)?
I have a .jar file which is 1MB. Without debug info, it should be about 100KB. Now, how do I strip the debu开发者_StackOverflow社区g info?
I am doing embedded development on an AT91SAM9263 board and running into a strange problem.It is running debian Linux kernel 2.6.18.4 and is cross-compiled with arm-l开发者_如何转开发inux-gcc 3.4.6 an
Within my application, I use the MiniDumpWriteDump function (see dbghelp.dll) to write a crash dump file whenever my application crashes.
This question already has answers here: Stacktrace information preserving paths of original source (3 answers)
I am working in a software company on a system software product. Day before yesterday that product got crashed and core shown.