Is there a way, using the eclipse debugger, to interrupt any time when a particular variable is being written?
The only thing I can think of is manually setting a breakpoint at each link, but my code base is several million lines, and I really don't want to do this.
You can set the watchpoint to the desired variable. Just click on the line where the variable is declared, and select Run → Toggle Watchpoint .
A watchpoint can be interrupted when accessing a variable, changing a variable, or both.
Eclipse.
Source: https://habr.com/ru/post/1568340/More articles:Предотвратите укладку в Bootstrap 3 и используйте переполнение, скрытое для скрытия ячеек сетки - twitter-bootstrap-3Mirrors for Laravel Homestead Box - vagrantHow to set MultiSelectListPreference defaultValue in code - androidSpring order to load a configuration class using spring-boot @ConditionalOnMissingBean? - javaUndefined character issue for i386 architecture - ioshow can I run a computercraft program such as "excavate 5" - luaКак хранить/обрабатывать данные, доступные другим классам в С# - c#Установите Python 2.7.9 по версии 2.7.6 - pythonSQL - reduce the value to zero - sqlПравило Outlook Сохранение электронной почты для текста - vbaAll Articles