Eclipse conditional debug

后端 未结 3 1157
独厮守ぢ
独厮守ぢ 2021-01-05 19:33

I\'m wondering if there is a way to add a conditional break point in eclipse while debuging. Sample: if city==\"New York\" then break.

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-05 20:37

    Open the context menu over a break point on the left bar of the code editor, select "Breakppoint properties..." and "Enable condition"

提交回复
热议问题