in reply to Eclipse/EPIC/PadWalker Perl debugging on Windows platform.
I will follow up with my own posts in the hope that someone else in the future may find it useful.
I ran some test code through the my debug configuration that did show the value of the variables. The difference is that all of the variables were declared local by the explicit use of the "my" keyword. Once a variable is declared with the "my" keyword id shows up in the variable list of Eclipse.
I should point out that my Linux configuration does not have the same limitation and will show the value of all variables. At least now I have a work around.