I am coding with Eclipse PyDev. When I tried to use the Eclipse memory view in order to see the memory allocation of objects in Python, the view is empty and no action is allowed (as shown in the picture). I know that this is available for other programming languages as for example C, C++...
I found this post in Eclipse forums, basically it says that as PyDev is an external product to Eclipse the memory view implementation depends on PyDev.
On the other side, the PyDev documentation site does not explain anything about memory view.
So, if I am interested in viewing the memory information of Python objects when debugging:
- Is there any possible way to do this with PyDev and Eclipse?
- Can this be done with other IDEs or tools?
