Graphic python debugger

M

Maxime Biais

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.
 
M

Miki Tebeka

Hello Maxime,
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.
IDLE (which comes with Python) has a debugger.

HTH.
Miki
 
J

John J. Lee

Maxime Biais said:
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.

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

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


John
 
J

John Roth

Maxime Biais said:
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.

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
 
M

martin z

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.
^^^^^^

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,830
Latest member
ZADIva7383

Latest Threads

Top