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.
Created on 2010年09月02日 15:52 by jpe, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (6) | |||
|---|---|---|---|
| msg115389 - (view) | Author: John Ehresman (jpe) * | Date: 2010年09月02日 15:52 | |
.pdb files are not created because /pdb:None is set as an option on line 415 of msvc9compiler.py. Removing the /pdb:None works to write the .pdb file and allow symbols to be loaded in the VS 2008 debugger in the one extension I tried. Anyone know why /pdb:None was added? |
|||
| msg115576 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2010年09月04日 15:14 | |
See the subversion history. It was added in r14344, which supposedly originated from Thomas Heller, so he should know. Thomas, what's the reason for suppressing PDB files? |
|||
| msg222615 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年07月09日 13:18 | |
/pdb:None is still set in msvc9compiler.py. Does this need changing in this file, or a more modern equivalent, so that symbols can be loaded in the debugger? |
|||
| msg222632 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年07月09日 19:39 | |
/pdb:None is referenced on #4214. As there is more detail on that issue I recommend that this is closed. |
|||
| msg222634 - (view) | Author: John Ehresman (jpe) * | Date: 2014年07月09日 20:02 | |
Are you saying close this as a duplicate? That would be fine with me. I still think the /pdb:None should be removed if it hasn't been already. |
|||
| msg222635 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年07月09日 20:12 | |
Yes, close this as a duplicate. I'll put up a patch on #4214. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:06 | admin | set | github: 53954 |
| 2014年07月10日 10:48:32 | berker.peksag | set | status: open -> closed type: behavior superseder: no extension debug info with msvc9compiler.py stage: resolved |
| 2014年07月09日 20:13:17 | jpe | set | resolution: duplicate |
| 2014年07月09日 20:12:17 | BreamoreBoy | set | messages: + msg222635 |
| 2014年07月09日 20:02:43 | jpe | set | messages: + msg222634 |
| 2014年07月09日 19:39:51 | BreamoreBoy | set | messages: + msg222632 |
| 2014年07月09日 13:18:34 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg222615 versions: + Python 3.4, Python 3.5, - Python 3.1, Python 3.2 |
| 2010年09月04日 15:14:24 | loewis | set | nosy:
+ loewis, theller messages: + msg115576 |
| 2010年09月02日 18:30:54 | eric.araujo | set | nosy:
+ eric.araujo, tarek assignee: tarek components: + Distutils versions: + Python 3.1, Python 3.2 |
| 2010年09月02日 15:52:13 | jpe | create | |