Debugger in 9815 : Bug or Feature?

if you add null elements to an Arraylist, the debugger will not show those elements.  It shows all non-null elements.  the count is correct though.


I thought i remembered that IDEA would show nulls?

-Trevor

0

This is configurable:

Settings -> Debugger -> Data Views -> Arrays -> Hide null array elements

Trevor wrote:

if you add null elements to an Arraylist, the debugger will not show those elements. It shows all non-null elements. the count is correct though.


I thought i remembered that IDEA would show nulls?

-Trevor

---
Original message URL: http://www.jetbrains.net/devnet/message/5236523#5236523


--
Martin Fuhrer
Fuhrer Engineering AG
http://www.fuhrer.com

0

请先登录再写评论。