debug-symbols
vs2010 debugging: module was built without debugging information?
Getting this message, which is not true The following module was build either with optimization enabled or without debug information.[详细]
2023-02-19 17:25 分类:问答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 refuses to display source lines for stack trace items that correspond to my[详细]
2023-02-16 07:41 分类:问答GCC debug information
I\'m using the GCC ARM cross-compiler (arm-none-eabi-*) and am using a proprietary debugger. The debugger can highlight resultant assembly for a selected source line. Using the nm and objdump, I can s[详细]
2023-02-13 21:17 分类:问答Read debugging information at runtime from an application
I have some questions regarding debugging symbols and what can be done with them, besides, well, debugging. I\'m mostly interested in answers regarding GCC, but I\'d also be happy to know how it looks[详细]
2023-02-12 03:36 分类:问答Under iOS, is there a way to determine which architecture was being executed in a crash report?
Given a crash report (non-symbolicated) on iOS, is there a way to determine which architecture (armv6 or armv7) was being executed by the device?[详细]
2023-02-09 16:00 分类:问答define DEBUG symbol on a VS2010 Website?
I can\'t f开发者_开发知识库ind where this setting is #if !DEBUG //some code #endif when I change the configuration dropdown from debug to release, I see no changes in my code, which suggests that[详细]
2023-02-08 08:41 分类:问答How to debug a VSPackage project
I installed the VS2010 SDK and created a VSPackage project, with an empty \"Initialize\" method. [PackageRegistration(UseManagedResourcesOnly = true)][详细]
2023-02-07 11:07 分类:问答Can you retrieve source from a debug-compiled binary?
I was digging around and found an executable for something I wrote in Visual C++ 6.0 about 8 years ago. I never backed up the source code, but I think I always compiled everything in debug mode. I als[详细]
2023-02-07 07:57 分类:问答Bizarre behavior in gdb
I\'m experiencing a very strange bug in my code. I use a variable m_requestedStructures in my program, and the debugger is accessing the wrong address when inspecting it. For example, I have in the c[详细]
2023-02-05 20:58 分类:问答Loading symbols for remote debugging
I am trying to debug a plug-in for TFS 2010 using the code found here.That example recommends using TFS installed locally to debug.I wanted to try it with a dev TFS 2010 Server I have setup.So I insta[详细]
2023-02-05 14:49 分类:问答