Conditional Breakpoints
Hi.
I have a class with the following method:
public void setName(String name) {
dataObject.setPresentationName(name);
}
I tried putting a conditional breakpoint on the only line of this method
with the condition "name == null". I got an error dialog saying that the
expression is invalid.
So I changed the expression (which of course in the evaluate expression
dialog works) to "true", but got the dialog again.
I am using 1094.
Am I missing anything or is this functionality broken?
Please help...
Thanks,
Amnon
Please sign in to leave a comment.
I could also reproduce the same thing.
I submitted this:
http://www.intellij.net/tracker/idea/viewSCR?publicId=26413
Amnon
"Vinay Moharil" <vmohar98@yahoo.com> wrote in message
news:10871113.1074030615726.JavaMail.itn@is.intellij.net...