In my code, I am trying to output the value of src in the expressions window.
src
public void doIt() { String src = \"test\"; System.out.pri
I had the same problem and I remove a generic method in my code. It work for me.