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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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'.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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'.