Comment 3 for bug 409269

Revision history for this message
Gael Varoquaux (gael-varoquaux) wrote : Re: [Bug 409269] [NEW] setup fails on mingw32

On Wed, Aug 05, 2009 at 03:54:28PM -0000, Alexis Roche wrote:
> (Pdb) d
> *** Newest frame
> (Pdb) k
> 'libraries'
> (Pdb) v
> ['g2c']
> (Pdb)

Use "print d" in pdb, "d" is mapped to a pdb command.

Gaël