---------- Forwarded message ----------
Date: 23 Nov 2003 16:24:00 -0500
From: Andrew E. Page <aepage AT users.sourceforge.net>
Subject: Devel-ptkdb 1.1087 Released
New Features:
Hex Dump option of scalar variables in the "Expresion Eval Window".
This will dump the contents of scalar variable in Hex Format. This is
occasionally handy for debugging binary data.
Example:
$str = "hello world hello world hello world" ;
is output as:
0000 68 65 6C 6C 6F 20 77 6F hello wo
0008 72 6C 64 20 68 65 6C 6C rld hell
0010 6F 20 77 6F 72 6C 64 20 o world
0018 68 65 6C 6C 6F 20 77 6F hello wo
0020 72 6C 64 rld
(best viewed with a monospace font)
Fixes:
Tk804.026_beta6 is stricter on some options. As such certain
objects in ptkdb that used 'option' instead of -option in their Tk
object argument lists were causing failures under the beta release of
the Tk package. These have been corrected. Thanks to Marek Rouchal for
pointing this out.
ptkdb software available at http://world.std.com/~aep/ptkdb