Eclipse debugging HashMap: Logical Structure using Key and Value's toString() method

前端 未结 4 1491
青春惊慌失措
青春惊慌失措 2021-01-30 18:29

I have recently started to use Eclipse after using IntelliJ for a few years. When debugging Map using IntelliJ, if the key or object implements toString(), a nice list of strin

4条回答
  •  被撕碎了的回忆
    2021-01-30 19:06

    Just use the Show logical structure under the expressions window to make the values more readable. check this out https://blog.codecentric.de/en/2013/04/again-10-tips-on-java-debugging-with-eclipse/

提交回复
热议问题