In my code, I am trying to output the value of src
in the expressions window.
public void doIt() {
String src = \"test\";
System.out.pri
(Assuming you're compiling 1.5+ code)I had the same problem, here's what I did to fix it: