debug-symbols

How do I debug .NET 4.6 framework source code in Visual Studio 2017?

让人想犯罪 __ 提交于 2019-12-17 09:34:05
问题 Here's what I've tried: Made a new Console App (.NET Framework) in Visual Studio 2017. Added the following code: static void Main(string[] args) { new Dictionary<int, int>().TryGetValue(3, out int x); //I want to step into TryGetValue() (this is just an example) } Configured the settings listed here: https://blogs.msdn.microsoft.com/sburke/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code/ Confirmed symbols are loaded in the Modules window: mscorlib.dll Symbols loaded. 4

Trying to debug Windows Store App from dump files

瘦欲@ 提交于 2019-12-17 07:39:19
问题 Let me start with my main questions, then below I will add some specifics and history. I have done research, but can't seem to fit the pieces together. Please ask for clarification before voting me down. My questions: Why would my Windows Store app start and run correctly locally on my Win 8.1 64 bit AND my Win 8.1 32 bit (Atom) tablet, but not start for other users? When I get the dump file from Windows Store certification failure, how can I get the debug symbols to work so I can see more of

Is there a known issue relating to Windows 7 Kernel Symbols?

会有一股神秘感。 提交于 2019-12-17 06:14:26
问题 I have a few Windows 7 machines that I am not able to read their memory dumps. I found something that I suspect may be related, but am not positive: https://twitter.com/aionescu/status/634028737458114560 I also found this: http://support.microsoft.com/kb/2528507 However, the scenario message regarding wow64exts given in the doc is not seen in any of my dumps. I also cannot apply that hotfix at this time to test it. So I'm just looking for some more information or opinions. I'm able to open

Is there a known issue relating to Windows 7 Kernel Symbols?

試著忘記壹切 提交于 2019-12-17 06:14:08
问题 I have a few Windows 7 machines that I am not able to read their memory dumps. I found something that I suspect may be related, but am not positive: https://twitter.com/aionescu/status/634028737458114560 I also found this: http://support.microsoft.com/kb/2528507 However, the scenario message regarding wow64exts given in the doc is not seen in any of my dumps. I also cannot apply that hotfix at this time to test it. So I'm just looking for some more information or opinions. I'm able to open

Xcode 4.2 debug doesn't symbolicate stack call

对着背影说爱祢 提交于 2019-12-16 22:20:32
问题 I have a problem with Xcode 4.2 debugging in an iOS 5 simulator/device. The following code crashes, as expected: NSArray *arr=[NSArray array]; [arr objectAtIndex:100]; In iOS 4, I get a useful stack trace of hex numbers. But in iOS 5, it just gives me: *** First throw call stack: (0x16b4052 0x1845d0a 0x16a0674 0x294c 0x6f89d6 0x6f98a6 0x708743 0x7091f8 0x7fcaa9 0x2257fa9 0x16881c5 0x15ed022 0x15eb90a 0x15eadb4 0x15eaccb 0x6f02a7 0x6faa93 0x2889 0x2805) Thanks. 回答1: Nothing I tried would fix

Read debugging information at runtime from an application

纵饮孤独 提交于 2019-12-14 00:19:49
问题 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 like under other compilers, including MSVC. First of all: What are the common formats/types of debugging symbols? How do they relate to compilers and platforms? Is it always the same format on GCC and MinGW among platforms? Can I check in runtime whether the build has them and what format are they

Symbols for “ntdll.dll” could not be downloaded from Microsoft Symbol Servers

走远了吗. 提交于 2019-12-13 14:22:43
问题 I am trying to port my Windows Phone 8 app to Windows 10. I am able to build my app. When I try to deploy my app in Release x86 on a Mobile emulator, it fails & gives the following msg: Symbols for ntdll.dll could not be downloaded from Microsoft Symbol Servers. Exception string and call stacks may not work correctly. Make sure you have network connection and try again Even though I am trying to run my app in Release mode, I am not sure why VS-2015 is tyring to download these debugging

Slow symbol loading in an ASP.NET Project in VS2012

大憨熊 提交于 2019-12-13 12:24:48
问题 I'm having an issue with loading symbols on my ASP.NET MVC project. The first time I load visual studio and debug my project, symbols are loaded in roughly 2 seconds. I then end the debug session, make a code modification, and debug again, and the symbol load time is about a minute. Based on the research I have done, here are some applicable settings on my machine/VS: In Options/Debugging/Symbols/Symbol file locations, "Microsoft Symbol Servers" is unchecked, and there are no additional

GDB debug info parser/description

冷暖自知 提交于 2019-12-13 04:06:41
问题 During the work I faced with the following problem: I need to parse GDB debug info. Separate debug info file is a binary, so I can not read it without knowing a format. So, here is the question: Is there any ready parser for GDB info, or at least document describing it? 回答1: Is there any ready parser for GDB info There is no such thing. There are various debug info formats ( DWARF , STABS , etc.) and multiple consumers of these debug formats (GDB is one such consumer). If you are on Linux,

No debugging symbols are available for the OS version installed on Apple Watch

末鹿安然 提交于 2019-12-12 20:08:20
问题 You may get a message in Xcode that states: No debugging symbols are available for the OS version installed on [Apple Watch Name]. Verify that your internet connection is functional, then disconnect and reconnect the companion device to retry downloading symbols. Screenshot: 回答1: After disconnecting the phone, watch, rebooting, nothing worked. Ultimately, it appears that this is a bug appears to be caused by a failed installation of the WatchKit debugging package. Steps install the package