Last Site Update: October 20th, 2024 | Latest Version: 12.2.0 |
|
|
|
|
|
|
|
|
Debugger Find ReferrersDuring a debug session it's possible to find referrers to a given instance and see them in a view (and then in that view it's possible to iteratively go deeper by seeing referrers of referrers). This is especially useful when trying to debug leaks to a variable in a program. To get the referrers of a given object, it's possible to go to the variables view, right-click the variable for which you want the referrers and then select Get Referrers as in the image below: Afterwards, it's possible to right-click a variable in the referrers view and get the referrers of that instance. Note that the process of getting referrers can sometimes be slow depending on the number of live instances in your program and how many referrers are found.
|
PyDev developmentPyDev is open source and depends on your contributions! This may be in the form of bug fixes, answers on stackoverflow, new features...Another option is financially supporting it at: Patreon (which provides a way to support it monthly and get rewards starting with $1). Or through 1-time contributions at: Paypal Search PyDev-related content |
|
|
Copyright: Brainwy Software Ltda, 2014-2021 |