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 dugan
Recipients dugan
Date 2009-03-31.01:26:08
SpamBayes Score 0.0001357716
Marked as misclassified No
Message-id <1238462770.71.0.542276550689.issue5617@psf.upfronthosting.co.za>
In-reply-to
Content
http://blog.kowalczyk.info/article/Gdb-basics.html

It is difficult to display the frame you're in while debugging a core
dump in python 3.0 (when in a core dump, you can't run functions, and
thus cannot use many of the normal methods of displaying unicode). 

Martin van Loewis discovered this gdb function (linked), "pu", which
prints out unicode strings.  The way it does so is a bit kludgy, but I
think it is at least the start of a solution.  Perhaps it can be
included in .gdbinit?
History
Date User Action Args
2009-03-31 01:26:11dugansetrecipients: + dugan
2009-03-31 01:26:10dugansetmessageid: <1238462770.71.0.542276550689.issue5617@psf.upfronthosting.co.za>
2009-03-31 01:26:09duganlinkissue5617 messages
2009-03-31 01:26:08dugancreate