Conditional breakpoints not working in 996?
Anyone else seeing this?
I've set a condition like this
hostingModule.getName().startsWith("Win")
and IDEA complains it's not of boolean type every time it hits the
breakpoint. Going crazy and specifying it like this
hostingModule.getName().startsWith("Win") == true
confuses IDEA even more, no it doesn't even show me the dialog, the
breakpoint is skipped every time.
Andrei
Please sign in to leave a comment.
yes, i'm seeing it, too.
http://www.intellij.net/tracker/idea/viewSCR?publicId=23922