Graphical debugger/code explorer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Florian Lindner

    #1

    Graphical debugger/code explorer

    Hello,
    in order to understand python code from a larger project (Zope 3) I'm
    looking for a tool that helps me with that. It should also help
    What (graphical) application running on Linux can you recommend?

    Thanks,

    Florian
  • benz

    #2
    Re: Graphical debugger/code explorer

    >>>PYTHON_IDE ={
    'spe' : 'http://spe.pycs.net/',
    'eric3' : 'http://www.die-offenbachs.de/detlev/eric3.html',
    'drpython' : 'http://drpython.source forge.net/'}


    :)

    Comment

    • Larry Bates

      #3
      Re: Graphical debugger/code explorer

      Eclipse -
      The Eclipse Foundation hosts 450+ open source projects with vendor-neutral governance, enabling global collaboration in automotive, IoT, cloud, and emerging …



      Florian Lindner wrote:[color=blue]
      > Hello,
      > in order to understand python code from a larger project (Zope 3) I'm
      > looking for a tool that helps me with that. It should also help
      > What (graphical) application running on Linux can you recommend?
      >
      > Thanks,
      >
      > Florian[/color]

      Comment

      • Florian Lindner

        #4
        Re: Graphical debugger/code explorer

        benz wrote:
        [color=blue][color=green][color=darkred]
        >>>>PYTHON_IDE= {[/color][/color]
        > 'spe' : 'http://spe.pycs.net/',
        > 'eric3' : 'http://www.die-offenbachs.de/detlev/eric3.html',
        > 'drpython' : 'http://drpython.source forge.net/'}[/color]

        I've tried out eric3 and it looks promising. However, I have one problem. I
        open a file which is part of Zope and set a breakpoint. Now I open the
        runzope start script and execute it from within eric. This runzope script
        calles (after running through a larger call-tree) the function where I set
        the breakpoint. But execution is not stopped there.... Why?

        Thanks,

        Florian

        Comment

        • ld@126.pl

          #5
          Re: Graphical debugger/code explorer

          Florian Lindner wrote:
          [color=blue]
          > Hello,
          > in order to understand python code from a larger project (Zope 3) I'm
          > looking for a tool that helps me with that. It should also help
          > What (graphical) application running on Linux can you recommend?[/color]

          Maybe you shoud tryy doxygen/happydoc etc?

          Doxygen support python, just add '.py' extension to understanable files and
          output syntax to 'java-like'.


          Comment

          Working...