Fork me on GitHub
#cursive
<
2017-02-07
>
hlship21:02:27

Two element PersistentVector, but it only displays a single value from it. And, of course, I need the index 1 element!

cfleming21:02:51

@hlship What that almost certainly means is that the other value is null.

cfleming21:02:08

IntelliJ has a debugger option which hides null values in collections, one sec...

hlship21:02:31

That’s somewhat reassuring.

cfleming22:02:06

Settings-&gt;B, E, D-&gt;Debugger-&gt;Data Views-&gt;Java-&gt;Hide null array elements

cfleming22:02:57

So you already had that turned off?

hlship22:02:13

No, just turned if off. Left the screen grab for the next poor sob who hits this.

cfleming22:02:25

Yeah, that’s an annoying default, that one.