debug-symbols
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 fiddled with my symbol settings in VS2008 and these settings seem to be affecting V开发者_S[详细]
2023-01-16 15:11 分类:问答Embed .pdb debug symbol information into an .exe file in Visual Studio
I am experimenting an analysis tool that can analyze executable files with embedded debug symbol information in Windows. While trying this tool on several open source projects, I realize that most of[详细]
2023-01-13 00:43 分类:问答How to debug in clr.dll or mscoree.dll
I followed these steps to be able to debug in the .Net framework code. This work well for some parts of the framework (for example for System.Drawing.dll), but not for other pa开发者_运维技巧rts (clr.[详细]
2023-01-12 19:40 分类:问答Cannot set startup object in WPF VB.NET Project
I am using VS2010 VB.NET, working on a solution that has a number of projects.I have been developing on it for a while now, and in an attempt to debug a custom class inherited from ObservableCollectio[详细]
2023-01-09 23:56 分类:问答How do I debug C++0x programs in MacPorts gcc 4.5?
I have a simple c++ program I am trying to debug, but gdb cannot find the object file for the libraries (or no debug info is available), and it does not seem able to find the debug symbols for my exec[详细]
2023-01-09 00:30 分类:问答Where has my debugging information gone? Xcode 3.2.3
Im trying out some iPhone scroll view tests, but when i load the view, the app just blows up. I get no debugging information in Xcode, no EXC_BAD_ACCESS, no errors, just[详细]
2023-01-07 19:38 分类:问答How can I set a breakpoint in .NET Framework source code using Visual Studio 2010 Express?
I need to set a breakpoint in System.Web.Handlers.ScriptModule.OnPostAcquireRequestState and then step into some of the System.Web.Script.Services.WebServiceData methods.[详细]
2023-01-05 17:35 分类:问答Xcode, no debug symbols for certain subclass
I\'m using Xcode 3.2.3 and iPhone SDK So I\'m trying to debug a UIView subclass, I hit a breakpoint in an overridden method and I can\'t see any symbols in either the GUI or gdb, just globals and reg[详细]
2023-01-04 06:22 分类:问答C# and ASP.NET MVC: Using #if directive in a view
I\'ve got a conditional compilation symbol I\'m using called \"RELEASE\", that I indicated in my project\'s properties in Visual Studio. I want some particular CSS to be applied to elements when the R[详细]
2023-01-01 14:30 分类:问答GCC: visibility of symbols in standalone C++ applications
Because of a strange C++ warning about the visibility of some symbols and an interesting answer, linking to a paper which describes the different visibility types and cases (section 2.2.4 is about C++[详细]
2022-12-31 00:18 分类:问答