[New-bugs-announce] [issue5617] Unicode pringint in post-mortem sessions

David Christian report at bugs.python.org
Tue Mar 31 03:26:10 CEST 2009


New submission from David Christian <dbc at rpath.com>:

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?

----------
messages: 84738
nosy: dugan
severity: normal
status: open
title: Unicode pringint in post-mortem sessions
type: feature request
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5617>
_______________________________________


More information about the New-bugs-announce mailing list