Revision 58815cba
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
SL/LXDebug.pm | ||
---|---|---|
187 | 187 |
|
188 | 188 |
} |
189 | 189 |
|
190 |
} elsif (ref($src) =~ m{^(?:HASH|Form)$}) { |
|
190 |
} elsif (ref($src) =~ m{^(?:HASH|Form|SL::.+)$}) {
|
|
191 | 191 |
$dumped{$addr} = {}; |
192 | 192 |
|
193 | 193 |
foreach my $key (keys %{ $src }) { |
Auch abrufbar als: Unified diff
LXDebug::dump: Objekte aus Namensraum SL::* ohne »as_debug_info« wie Hash behandeln