jae_63 has asked for the wisdom of the Perl Monks concerning the following question:
========================use strict; use PDL; use PDL::NiceSlice; my %h; my $PDL_value = zeroes(3,1); $h{'keyval'} = $PDL_value; my $dbg;
It turns out that the message "Hash given as a pdl - but not {PDL} key!" (not surprisingly) comes from within PDL itself, not ptkdb. Is there an effective workaround for this problem which makes it possible to debug code with hashes which contain PDL objects?
TIA ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: pdl+ptkdb=debugger crash
by andye (Curate) on Mar 20, 2007 at 12:56 UTC | |
|
Re: pdl+ptkdb=debugger crash
by jesuashok (Curate) on Mar 20, 2007 at 02:29 UTC | |
|
Re: pdl+ptkdb=debugger crash
by dk (Chaplain) on Mar 23, 2007 at 08:28 UTC |