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

已回答

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

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

0

请先登录再写评论。