How do I add a button for a variable when in debuging ?

Answered

I want to implement a button like the “view” button. So that I can render the variable's data in my custom window when click the button.


And how do I do it with api?

0
1 comment

You can define such renderers directly in the IDE Settings | Build, Execution, Deployment | Debugger | Data Views | Java Type Renderers

0

Please sign in to leave a comment.