Last Site Update: 25 April 2005 | Latest Version: 0.9.3 |
||||||||||||||
|
||||||||||||||
Pydev debuggerHere it is, try it out. You have:
The debugger can be invoked from the standard Eclipse debugger menus in the debug perspective, or through a context menu inside Navigator:
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. |