Graphic python debugger

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Maxime Biais

    Graphic python debugger

    Hello,

    I'm looking for a graphic debugger for python on linux like DDD or GVD.
    I tried pdb and pdb-mode for emacs, but I would use a more gvd-like
    debugger.

    --
    Maxime Biais
  • Miki Tebeka

    #2
    Re: Graphic python debugger

    Hello Maxime,
    [color=blue]
    > I'm looking for a graphic debugger for python on linux like DDD or GVD.
    > I tried pdb and pdb-mode for emacs, but I would use a more gvd-like
    > debugger.[/color]
    IDLE (which comes with Python) has a debugger.

    HTH.
    Miki

    Comment

    • John J. Lee

      #3
      Re: Graphic python debugger

      Maxime Biais <max@fr.fm> writes:
      [color=blue]
      > I'm looking for a graphic debugger for python on linux like DDD or GVD.
      > I tried pdb and pdb-mode for emacs, but I would use a more gvd-like
      > debugger.[/color]

      Never used DDD or GVD, but have you looked at eric3?

      The recent IDE thread might be useful to you, too.


      John

      Comment

      • John Roth

        #4
        Re: Graphic python debugger


        "Maxime Biais" <max@fr.fm> wrote in message
        news:2003091712 0146.3c5202e2.m ax@fr.fm...[color=blue]
        > Hello,
        >
        > I'm looking for a graphic debugger for python on linux like DDD or GVD.
        > I tried pdb and pdb-mode for emacs, but I would use a more gvd-like
        > debugger.[/color]

        From the description:

        GNU DDD is a graphical front-end for command-line debuggers such as GDB,
        DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, or the Python debugger.
        ^^^^^^

        John Roth[color=blue]
        >
        > --
        > Maxime Biais[/color]


        Comment

        • Daniel Dittmar

          #5
          Re: Graphic python debugger

          Maxime Biais wrote:[color=blue]
          > I'm looking for a graphic debugger for python on linux like DDD or GVD.
          > I tried pdb and pdb-mode for emacs, but I would use a more gvd-like
          > debugger.[/color]

          See also the FAQ:


          Daniel

          Comment

          • martin z

            #6
            Re: Graphic python debugger

            [color=blue]
            > GNU DDD is a graphical front-end for command-line debuggers such as GDB,
            > DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, or the Python debugger.
            > ^^^^^^[/color]

            A little offtopic, but you wouldn't happen to know if DDD + GDB can handle
            Ada? I know that GDB can do Ada code, but I don't know how well a front-end
            could handle Ada's idiosynchrosies if its expecting GDB to be used with C.


            Comment

            Working...