[Pydev-users] [Users] Launch Configurations Disappear
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2011-06-29 21:09:41
|
The following forum message was posted by jgver at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4589906: In one of the last few PyDev updates, I've noticed that launch configurations disappear. Every time I try to run a script, using F5 (I'm using the Visual Studio key configuration scheme), PyDev will ask me if I want to debug as "Python Run" or "Python unit-test". I get this dialog every time I run a script. Prior to a few weeks ago, I would only have to do this once, and then all subsequent launches would use the previous launch configuration. And if I go to the launch configuration dialog ("Run/Debug Settings" from the Properties dialog for a given Python file), no launch configurations appear. If I try to create a new launch configuration using the Project's name and the Python file's name appended to it (which is how PyDev automatically names them), I get an error saying that a launch configuration with that name already exists. This behavior has just started happening a few weeks ago. (I've been using PyDev for almost 3 years). Is this a bug, or has handling of launch configurations changed recently? Thanks in advance, Jeff |