Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
2answers
258 views

what's the difference between C# compilation setting “/debug:pdbonly” and “/debug:full”?

According to msdn http://msdn.microsoft.com/en-us/library/8cw0bt21.aspx , both compilation setting "/debug:pdbonly" and "/debug:full" will make .pdb (Program Database) files be generated. However, ...
9
votes
2answers
1k views

Visual Studio 2010 Browse To Find Source

First question: When is "Browse To Find source" enabled in visual studio 2010? (see below) Second question: I want to have it enabled so that I could browse to already-downloaded source code ...
6
votes
3answers
66 views

Python pdb (debugger) disp equivalent?

Is there a pdb equivalent to disp in gdb? E.g. when I'm debugging C using gdb I can have variables printed on every 'step' through the code by typing: disp var When I'm debugging python using pdb ...
3
votes
3answers
39 views

Are there negative performance implication to having .pdb files present in bin directory?

Is it a problem if I keep the .pdb files present in the bin directory? Are there any negative performance issues?
3
votes
0answers
25 views

change path of pdb file in headers of dll file

Is there a way to change path of pdb file in headers of dll file from absolute to relative? For example, if I do dumpbin /headers on my library file i get: Time Type Size RVA Pointer -------- ------ ...
3
votes
1answer
912 views

Cannot find or open the PDB file message, pdb exists

I am using Visual Studio 2010, recently upgraded. The solution contains 25 projects, makes a dozen dll's and exe's. I am trying to debug a particular problem and I can't due to symbols not being ...
2
votes
1answer
62 views

Debugging C# production application with/without pdb file

I built an application that is handling an error and returning the following error msg: System.NullReferenceException: Object reference not set to an instance of an object. at ...
2
votes
2answers
94 views

How does 'Source Stamping' work?

In a presentation by Bungie (A Life on a Bungie Farm) a feature in Visual Studio named 'Source Stamping' is mentioned. I would like to read a bit more information on that subject but finding related ...
2
votes
1answer
52 views

How do I change a value while debugging python with pdb?

I want to run pdb, step through the code, and at some point change the value pointed at by some name. So I might want to change the value pointed at by the name 'stationLat'. But it seems I can't. ...
2
votes
1answer
92 views

How to get source/line number for IL instruction using Mono.Cecil

I'm using Mono.Cecil to write a simple utility that looks for type/method usage within .NET assemblies (ex. calling ToString on enums). I am able to get find the method, but it would be cool to ...
1
vote
2answers
31 views

How to specifiy path when using pdb in emacs?

I am trying to use pdb in emacs. I need to change path to PYTHONPATH=lib. But when I typed Run pdb (like this): PYTHONPATH=lib pdb ./pychess. Emacs gives me an error saying the file PYTHONPATH=lib ...
1
vote
1answer
31 views

Where are the PDB? How to investigate a crash DMP?

I have a Wix 3.6 managed bootstrapper installer that crashed on a user machine. I have the crash DMP file provided by the user, but I can't find any PDB files for installer exe. When I open the DMP ...
1
vote
1answer
133 views

visual studio 2010 “Cannot find or open the PDB file”

I try to debug program in the Visual Studo 10,but have a problem with breakpoints. I put *.pdb files corresponding to the *.dll files to the same directory.But while checking Modules, I see that each ...
1
vote
1answer
26 views

What is the WIX SymbolPath element for?

can anyone shed any light on the WIX SymbolPath element http://wix.sourceforge.net/manual-wix3/wix_xsd_symbolpath.htm? The documentation is pretty sparse. Is it for specifying where to find the ...
1
vote
1answer
114 views

ipython debugger: full traceback on interactive pdb?

I recently switched from ipython0.10 to ipython0.11. In ipython0.11, I only see a small snippet of the full traceback when the python debugger engages (i.e. using %pdb), whereas in ipython0.10 I'd ...
1
vote
1answer
44 views

How does symstore calculate the directory hash value

I am looking for the hash algorithm that symstore uses to create the directory name. I found this link Microsoft Symbol Server / Local Cache Hash Algorithm that describes the data elements that are ...
1
vote
1answer
156 views

How to get access to embedded assembly's metadata using IMetaDataDispenser.OpenScope?

I have a .NET solution which consists of several projects. It's possible to say that one of these projects is logically a primary one and all others are secondary. Our team has decided to build the ...
0
votes
2answers
56 views

VS2010 cannot match PDB information

I converted my vs2008 express native C++ solution to a vs2010 express solution. It contains about 20 projects which compile well (most of the, are static libraries), but when I try to debug it, I get ...
0
votes
1answer
26 views

Creating PDB out of DLL

I'm debugging an application that loads DLLs I didn't compile, but they have some exported functions. Is it possible to generate PDBs from the DLLs so I will be able to see the exported functions ...
0
votes
0answers
39 views

how to analyze jvm crash dump with .pdb file and .dll

I encountered java crash dump from running java process that using jni native library. I have a dll and a pdb file of native library emitting crash dump. but i don't get exact section where cause ...
0
votes
0answers
47 views

Extracting data from pdb file in Perl [closed]

The task is to create a program that reads and collects data from a pdb file, then display data when the user requests. The program should have 1 command line argument which is the pdb file, it should ...
0
votes
1answer
60 views

Why does PDB file not copy over to module directory

A couple of months back I was running into an issue debugging a service I wrote remotely. I publish everything to the correct directory. Some how or the other, when I attempt to attach, the debugger ...
0
votes
0answers
24 views

TFS 2010 Indexing sources does not work

I configured my build definition so that "Index Sources" is "True". When I start debugging with Visual Studio 2010 I also get the warning described by Ed Blankenship. So to me it seems that that the ...
0
votes
1answer
64 views

Visual Studio 2003 Cant use pdb file in both debug mode and release mode

I have a Visual Studio 2003 installed on a Windows7-64Bit. When I build a project in vs2003 it creates a pdb file. For example: for a project named SampleProject, it creates a SampleProject.pdb and ...
0
votes
0answers
19 views

Obtaining .dll from microsoft symbol storage

is it possible to get specific .dll or .pdb file from microsoft symbol storage ? Assume, that I have only timestamp (no .dll physically) or crc specifying file for which I want .dll or .pdb. Is this ...
0
votes
0answers
30 views

Converting .pdb to mysql

I'm currently having some .pdb files which i believe it to be palm os database files which I am looking to convert them to mysql format for usage and manipulation . Can such a conversion be done ?
0
votes
1answer
66 views

Accessing a PDB file on Android Database

I'm an android developer trying to explore some databases. Normally the sqlite database is about the only database that I see around in Android . Recently I've stumbled across an app that is running ...
0
votes
0answers
33 views

How do you use Python pdb in TextMate?

I followed all the instructions but get this error when running a script from TextMate...
0
votes
1answer
16 views

pdb protein bank format - ligand removal

I would like to remove various ligands from PDB records. Is it just sufficient to remove HET, HETNAM,HETATM...., ie. those, where is compound identified with its 3letter code, or is it necessary to ...