Is there a way to select a variable while running in debug mode and then be able to change the value of that variable and then continue? I see in the documentation that there is an expression view that appears to be able to support this, but in my version it says something about being a watch expression. I am running on Fedrora and the eclipse version is: 3.7.1 and the epic version is: 0.6.47
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You're probably looking at the wrong expression view - what you want is the "Perl Expression View" (Window > Show View > Other… > EPIC > Perl Expression View) which allows you to evaluate any Perl code in context of the current stack frame while suspended.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to select a variable while running in debug mode and then be able to change the value of that variable and then continue? I see in the documentation that there is an expression view that appears to be able to support this, but in my version it says something about being a watch expression. I am running on Fedrora and the eclipse version is: 3.7.1 and the epic version is: 0.6.47
You're probably looking at the wrong expression view - what you want is the "Perl Expression View" (Window > Show View > Other… > EPIC > Perl Expression View) which allows you to evaluate any Perl code in context of the current stack frame while suspended.