Hi:
I am using MyEclipse Version: 6.5.0 GA
Build id: 6.5.0-GA-20080609.
I am debugging a class that inherits from a struts action class.
I selected a variable and right click and click “Add Watch”. I donot see the variable in the expressions tab. It is in the variable tab. I neeed it to be in the expression tab because I need to call a function from the variable.
Code example:
JspWriter out = this.pageContext.getOut();
out.print(output);
Try to put the “out” variable in watch doesnot work.
Yours,
Frustrated.