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

前端 未结 4 1523
青春惊慌失措
青春惊慌失措 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 18:41

    I find that when I select a value in the "Variables" pane in the debugger, its value is shown below using the toString() method. This works nicely for maps, for example.

提交回复
热议问题