Reputation: 21984
Is there a way to customize data views separately for each collection while debugging? The problem I have is, I can only do this universally ( and it affects every collection in scope.)
Upvotes: 0
Views: 355
Reputation: 401985
IntelliJ IDEA has debug renderers per type, if you can suggest a criterion how a renderer can be mapped to the particular collection, please submit a request and we'll be happy to implement it.
As a workaround you can have multiple different renderers defined and switch between them via View As context menu in the debugger panel.
Upvotes: 2