debug-symbols

Slow symbol loading in an ASP.NET Project in VS2012

寵の児 提交于 2019-12-05 00:51:53
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 locations. Options/Debugging/Symbols/Cache symbols in this directory is "G:\Symbol Cache". I did click "Load

Is it possible to remove symbols from a shared library built with Android NDK?

て烟熏妆下的殇ゞ 提交于 2019-12-04 22:14:22
问题 I'm building a shared library for use in a Java app using the Android NDK. Using readelf to inspect the lib/armeabi-v7a/libXXXlib.so file generated by a release build, it appears to contain all the symbols (function, variable names) of my native C/C++ code. Indeed, the shared object file appears to be identical for the debug and release builds. (The only difference in the output in the libs folder being whether or not the gsb.setup and gdbserver files are created.) I'm overriding the

Source Link with an Azure DevOps Symbol Server

亡梦爱人 提交于 2019-12-04 20:27:29
问题 There are several documented ways on internet on how to use Symbols Source files and Source Link to debug inside a Nuget Package but it's honestly hard to understand what is the good way for me. We have an Azure DevOps Server on which we generate Nuget packages and at the same time publish the .pdb files to the Azure DevOps Symbol Server using an Index Sources & Publish Symbols task in our build pipelines as described here My project' also has a reference to Microsoft.SourceLink.Vsts.Git and

Visual Studio: Debugging Chrome with Source?

旧街凉风 提交于 2019-12-04 19:26:51
I've managed to set up the download symbols for Google Chrome (Dev channel) in Visual Studio. This is helpful for understanding the disassembly , but when I step into a function, I want to see the C++ source code. (It opens up a dialog, letting me find the source file, which I of course don't have.) Is there a server from which I can have Visual Studio automatically find the matching version of the C++ source file? Mrchief As per this article, you can configure VS or windbg to download symbols from http://msdl.microsoft.com/download/symbols and https://chromium-browser-symsrv.commondatastorage

How to symbolicate Electron crash log

本秂侑毒 提交于 2019-12-04 18:51:50
Electron version: electron v1.6.7 Operating system: Mac OS X 10.12.1 app crashed when start Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [0] Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread 0 com.github.electron.framework 0x000000010e73d3f2 0x10e619000 + 1197042 1 com.github.electron.framework 0x000000010e7145e5 0x10e619000 + 1029605 2 com.github.electron.framework 0x000000010e71457d 0x10e619000 + 1029501 3 com.github.electron.framework 0x000000010e71403e 0x10e619000 + 1028158 4 com.github

How to setup/using GDB 7 on MacOS Lion with MacPorts

余生长醉 提交于 2019-12-04 16:26:36
问题 I run into trouble using GDB 7 (7.3) on MacOS Lion. What I did was: $ sudo port install gdb After that GDB was installed to: /opt/local/bin/ggdb But when I try to execute GDB I always receive the following at start: BFD: unable to read unknown load command 0x24 BFD: unable to read unknown load command 0x26 BFD: unable to read unknown load command 0x24 BFD: unable to read unknown load command 0x26 Further it tells me: Reading symbols from ... done. but when I try to get for example a backtrace

LLVM translation unit

我是研究僧i 提交于 2019-12-04 11:43:46
I try to understand LLVM program high level structure. I read in the book that " programs are composed of modules ,each of which correspons to tranlation unit ".Can someone explain me in more details the above and what is the diffrenece between modules and translation units(if any). I am also interested to know which part of the code is called when translation unit starts and completes debugging information encoding? Translation unit is term from language standard. For example, this is from C (c99 iso draft) 5.1 Conceptual models; 5.1.1 Translation environment; 5.1.1.1 Program structure A C

How do I create and use a symbol server?

♀尐吖头ヾ 提交于 2019-12-04 10:13:52
问题 I created a powershell script that gets all the pdb files from the drop location after the build is set to release and copies them to a folder that is shared on the network. I also created a sample application and I added the nuget packages that contain the assemblies that I need (without the pdb files). I found some references on the net, but I was unable to debug my assemblies using the pdb files. I am using a VPN connection to connect to the shared folder that contains the pdb files and

Where to get iOS system symbols for other iOS versions

主宰稳场 提交于 2019-12-04 09:59:00
问题 Please note: I am asking for a place I can download the symbols, or for a conclusive answer that such a site is prohibited by Apple. The "duplicate" question is similar to the one I linked in my question: the only suggested answer is to get access to a physical device or to find another developer who has one. I've symbolicated a crashdump, but only the lines in my application code get symbolicated; system code does not. It looks something like this: Thread 0 Crashed: 0 libobjc.A.dylib