In eclipse for java Is there something like Visual Studio Custom Debugger Visualizers

The ability to create custom debug visualizers for any .Net type in Visual Studio is an interesting feature. Is there something similar in eclipse for java objects?

+3
source share
1 answer

I have not examined VS debug visualizers enough to find out if this is an exact match, but Eclipse allows you to convert instances of given types into strings in a specific way for debugging.

See Settings -> Java / Debug / Detail Formatters.

, . ( - Eclipse " " . , .)

" ", ( ) .

6.2 2012: , .

+3

Source: https://habr.com/ru/post/1705286/


All Articles