Hi Piotr, Well, most of PyDev is actually implemented in Java (the only things in Python itself are the debugger and some scripts)...
So, for doing PyDev itself you actually use the Eclipse java tools (following the instructions on http://www.pydev.org/developers.html you should have it installed). For JDT you can do some inspection when it's stopped in a breakpoint, but it's more limited (although code-completion is usually better because as Java is statically typed it has lots of type-information). If you need help with something specific let me know and I can pass you instructions related to that. Cheers, Fabio On Sun, Jan 13, 2019 at 8:34 PM Piotr Gomoła <piotr.gom...@pollub.edu.pl> wrote: > Hi, > > I'm a Python developer and I want to make some improvements to PyDev > Eclipse plugin. > > I've got very little experience with Java, so I'm going to do some > cowboy-coding and I need some guidance. > > From UI perspective, what king of functionalities are delivered by Java > code, what by Python code? > > Is there any interactive shell for java so I could inspect objects > during debug session like I do it in Python (pudb rox)? > > > > -- > Pozdriawiam, > Piotr Gomoła > > > > _______________________________________________ > pydev-code mailing list > pydev-code@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pydev-code >
_______________________________________________ pydev-code mailing list pydev-code@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-code