Nellina has asked for the wisdom of the Perl Monks concerning the following question:
Hi monks guys,
I've some problems with Eclipse Helios (version 3.6.1) when I debug scripts that overload some operators using
use overload .... ;. The following error is displayed on the Variables window: An error occured while dumping local variables; content of the Variables view may become invalid. Moreover I cannot print anything on the Eclipse Console.
If the perl is run by DOS shell, the scripts works correctly.
My Perl version is 5.10.1 Build 1008 and EPIC version is 0.6.39.
Thanks in advance, Nellina