Last Site Update: 25 April 2005 | Latest Version: 0.9.3

 
Features Editor Debugger Code Completion Templates
Code Coverage Content Assistants Refactoring Tasks PyLint
 
 
Home
Features
Editor
Debugger
Code Completion
Templates
Code Coverage
Content Assistants
Refactoring
Tasks
PyLint
Roadmap
Screenshots
Download
Credits
More info
FAQ / BUGS
Users List (code)
Users Forum
Fabio Zadrozny Blog
Aleks Totic Blog
Hosted at
PyDev at Sourceforge
Donate
Sponsored by
 

Pydev debugger

Here it is, try it out. You have:

  • breakpoints
  • step in/out/over
  • multiple threads
  • variable display

The debugger can be invoked from the standard Eclipse debugger menus in the debug perspective, or through a context menu inside Navigator:

or

Debug settings are configured in the standard dialog

Here you can pick your program arguments, etc. The dialog will try to verify that your python interpreter is present. If it is not, go to Preferences:Pydev:Debug and configure a valid python executable.

The program output is displayed in the console, and the errors in the console are hyperlinked back to the file:

If you are running under the debugger, you'll get the standard debug interface:

See the pydev website for the latest debugging info.