Values of Variables are not displayed during

dherzhau wrote on Tue Sep 25 10:25:09 MEST 2007:
Hi,

I experience the following problem, if I debug a Perl script and I have
Variables like "use vars qw($parameter $val $owner $table @allowner); declared
I can't see them  in the Variable window. Variables declared like "my $tc"
I can see Variable and value.

What can I do to see the Variables again?

Environment:
EPIC 0.6.15
ECLIPSE 3.2
Windows XP

Many thx for your support
jploski wrote on Tue Sep 25 19:48:14 MEST 2007:
I'm afraid you can't do anything because this feature has never been implemented
(file a RFE). EPIC has ever only displayed "global variables" that are in
reality just variables from the symbol table of package 'main'.

Note: The above is an archived snapshot of a forum thread. Use the original thread at sf.net to post comments.