Tagged Questions

0
votes
3answers
71 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
31 views

windbg: private pdb symbols

what is the difference between (private pdb symbols) and (pdb symbols)?
2
votes
3answers
93 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 …
0
votes
1answer
21 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
2answers
51 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
30 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 …
6
votes
3answers
67 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 …
1
vote
2answers
98 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
286 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
74 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
108 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 …
4
votes
4answers
256 views

Is it possible to go into ipython from code?

For my debugging needs,pdb is pretty good. However, it would be MUCH cooler ( and helpful ) if I could go into ipython. Is this thing possible?
9
votes
5answers
3k views

Visual Studio 2008 - Add Reference

When adding a DLL as a reference to an ASP.Net project, VS2008 adds several files to the bin directory. If the DLL is called foo.dll, VS2008 adds foo.dll.refresh, foo.pdb and foo. …
0
votes
2answers
81 views

How to read pdb format by javascript?

I know that it is a databases in Palm OS, as the development is shift to webOS. Is there any third party javascript library to do the work? or it needs to write manually?
0
votes
2answers
55 views

cannot override sys.excepthook

I try to customize behavior of sys.excepthook as described by the recipe. in ipython: :import pdb, sys, traceback :def info(type, value, tb): : traceback.print_exception(type …

1 2 3 4 next
15 30 50 per page