Do any debuggers support "edit and continue?"
Joel Koltner
zapwireDASHgroups at yahoo.com
Wed May 12 15:44:06 EDT 2010
"Phlip" <phlip2005 at gmail.com> wrote in message
news:d580dece-bd42-4753-a0c6-783ce69b5a81 at m31g2000pre.googlegroups.com...
> People who need "edit and continue" probably need developer tests
> instead. You typically edit the test a little, run all the code, edit
> the code a little, run all the code, and integrate whenever the code's
> a little better and all the tests pass.
I find myself making mistakes in typing the name of classes and/or methods
when I'm first getting started with them (there are some thousands of them
after all, and even of commonly used classes/methods you're probably talking
upwards of a hundred), *particularly* when using libraries such as wxWidgets
that use "fancy" imports that aren't correctly picked up by the "code
intelligence" analyzers in, e.g., Komodo or Wing.
More information about the Python-list
mailing list