This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, eric.araujo, robind, tarek
Date 2010-11-28.20:28:19
SpamBayes Score 0.0048808344
Marked as misclassified No
Message-id <1290976106.57.0.012669082935.issue4214@psf.upfronthosting.co.za>
In-reply-to
Content
A .pdb is the "program database" that contain debug info, i.e. the mapping between assembler positions and source lines, the description of data structures, and other things that are necessary to debug a program.
History
Date User Action Args
2010-11-28 20:28:26amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, robind, tarek, eric.araujo
2010-11-28 20:28:26amaury.forgeotdarcsetmessageid: <1290976106.57.0.012669082935.issue4214@psf.upfronthosting.co.za>
2010-11-28 20:28:19amaury.forgeotdarclinkissue4214 messages
2010-11-28 20:28:19amaury.forgeotdarccreate