0
votes
1answer
17 views
Debugging a DLL from VS2008 in VC6
I am currently debugging a project in VC6 (slowly porting it over to VS2008). The project links to a DLL that I have produced in VS2008 with a Debug build. (I know - a strange sit …
1
vote
1answer
17 views
IronPython and pdb.set_trace()
Does anyone know if IronPython 2.6 is planned to have support for pdb.set_trace() to enable setting breakpoints in an ironpython module? If not does anyone have a suggestion for ac …
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
79 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
71 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
3answers
80 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 …
1
vote
2answers
53 views
windbg: private pdb symbols
what is the difference between (private pdb symbols) and (pdb symbols)?
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:
…
2
votes
3answers
112 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 …
6
votes
3answers
75 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
2answers
66 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
24 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?
0
votes
1answer
38 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
105 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
336 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 …
