Tagged Questions

0
votes
1answer
31 views

How can I get all the .pdb files in the same folder?

I have a solution in Visual Studio 2008, it has dozens of projects. I would like to have all the pdb in the same folder. From the property page of a project I see that the pdb wi …
0
votes
2answers
74 views

C++ Debug Problem - pdb file

I have several DLLs in my project that are defined to create their *.pdb file (debug info) inside the same folder. The problem is that the only *.pdb file that actually exist insid …
0
votes
2answers
67 views

How to open a pdb file in Python?

Hello, I've got an e-book (viewable with isilo) in a pdb file. Is it possible to read it's contents with Python (perl, ruby, php)?
0
votes
0answers
18 views

Any tutorial for Python PalmDB library?

Hello, I've downloaded the Python PalmDB lib, but can't find any info on how to use it. I've tried reading docstrings and so far I've been able to come up with the following code: …
0
votes
3answers
78 views

Finding symbols for C++ source file

Hi, I have a project that is C++ WIN32 project. I found a problem that some symbol can be recognized by the windbg but some don't. I don't know why. The characteristics are: 1 …
2
votes
3answers
111 views

Can Delphi 5 generate a .PDB file that VS can use?

We've got this large application written in Delphi 5, and development is ongoing to this day. There is research going on into migrating to newer versions, but so far there is no su …
1
vote
2answers
42 views

windbg: private pdb symbols

what is the difference between (private pdb symbols) and (pdb symbols)?
0
votes
2answers
63 views

How can I convert private pdb to public pdb?

Hello all, I have private pdb file and I have to convert it to a public one. Is there tool for it? Thank you in advance.
0
votes
1answer
22 views

Running commands from a file in PDB

I would like to run a set of python commands from a file in the PDB debugger. Related to this, can I set up a file that is automatically run when PDB starts?
6
votes
3answers
73 views

Embed pdb into assembly

Hi! I want my application to be distributable as a single .exe file but I want to be able to get nice error reports with source code line numbers (the application simply sends ema …
0
votes
1answer
37 views

python pdb not breaking in files properly?

Hi Folks, I wish I could provide a simple sample case that occurs using standard library code, but unfortunately it only happens when using one of our in-house libraries that in t …
1
vote
2answers
103 views

Wrong line numbers in stack trace (release)

Sometimes we receive stack traces from our customer with wrong line numbers. It happens not so often, but sometimes it puzzles us. Customers have release assemblies with optimizat …
3
votes
4answers
321 views

include line numbers in stack trace without pdb?

We are currently distributing a WinForms app without .pdb files to conserve space on client machines and download bandwidth. When we get stack traces, we are getting method names …
5
votes
2answers
86 views

In pdb how do you reset the list (l) command line count?

From PDB (Pdb) help l l(ist) [first [,last]] List source code for the current file. Without arguments, list 11 lines around the current line or continue the previous listing …
1
vote
3answers
119 views

How do I set sys.excepthook to invoke pdb globally in python?

From Python docs: sys.excepthook(type, value, traceback)¶ This function prints out a given traceback and exception to sys.stderr. When an exception is raised and uncaug …

1 2 3 4 next
15 30 50 per page