Pydev 1.6.0 Released

F

Fabio Zadrozny

Hi All,

Pydev 1.6.0 has been released

Details on Pydev: http://pydev.org
Details on its development: http://pydev.blogspot.com

Release Highlights:
-------------------------------

* Debugger

o Code-completion added to the debug console
o Entries in the debug console are evaluated on a line-by-line
basis (previously an empty line was needed)
o Threads started with thread.start_new_thread are now properly
traced in the debugger
o Added method -- pydevd.set_pm_excepthook() -- which clients may
use to debug uncaught exceptions
o Printing exception when unable to connect in the debugger

* General

o Interactive console may be created using the eclipse vm (which
may be used for experimenting with Eclipse)
o Apply patch working (Fixed NPE when opening compare editor in a dialog)
o Added compatibility to Aptana Studio 3 (Beta) -- release from July 12th



What is PyDev?
---------------------------

PyDev is a plugin that enables users to use Eclipse for Python, Jython
and IronPython development -- making Eclipse a first class Python IDE
-- It comes with many goodies such as code completion, syntax
highlighting, syntax analysis, refactor, debug and many others.


Cheers,

--
Fabio Zadrozny
------------------------------------------------------
Software Developer

Aptana
http://aptana.com/

Pydev - Python Development Environment for Eclipse
http://pydev.org
http://pydev.blogspot.com
 
Ð

Дамјан ГеоргиевÑки

F

Fabio Zadrozny

The supposed feature to start a console in which the contents of the
current editor window are automatically "exec"ed /available still
doesn't work for me.

I'm talking about this:
http://www.pydev.org/manual_adv_interactive_console.html

Pressing Ctrl-Alt-Enter, a interactive console opens but my class
defined in the editor window is not available.

The first time Ctrl-Alt-Enter is used, it should open the console, if
you want to make the execfile, you have to do Ctrl-Alt-Enter with a
console already open.

Cheers,

Fabio
 

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

Similar Threads

PyDev 3.1.0 released 0
PyDev 3.5.0 Released 0
PyDev 2.8.2 released 0
PyDev 3.0 Released 2
PyDev 2.8.0 Released 0
PyDev 3.3.3 Released 0
PyDev 3.4.1 Released 0
PyDev 2.2.3 Released 1

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top