How to use Eclipse's Display View for Debug?

后端 未结 5 1735
猫巷女王i
猫巷女王i 2020-12-13 12:49

At the link below it explains that the \"display view allows you to manipulate live code in a scrapbook type fashion (see Figure 8). To manipulate a variable, simply type t

5条回答
  •  -上瘾入骨i
    2020-12-13 13:44

    When you've stopped at a breakpoint, you can write or paste code into the Display view, select it, and press Ctrl+Shift+I to inspect (i.e. evaluate) the selection.

提交回复
热议问题