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.)
Is there a way to customize data views separately for each collection while debugging?
Share
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.