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 situation to find …
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 accomplishing this …
0
votes
1answer
33 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 will go to the …
0
votes
2answers
83 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 inside this folder is the …
0
votes
0answers
20 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:
from pprint import …
0
votes
2answers
72 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)?
1
vote
2answers
53 views
windbg: private pdb symbols
what is the difference between (private pdb symbols) and (pdb symbols)?
0
votes
3answers
83 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) both are C++ …
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?
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 success, as some 3rd …
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 turn is built on top …
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.
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 email with …
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 optimizations and with "pdb …
0
votes
0answers
7 views
SymAddSourceStream questions
Did I get it right that SymAddSourceStream function is an equivalent of pdbstr.exe
command line tool that comes with MS Source Server?
I wrote a test that does SymInitialize/SymLoadModule64/
…
