Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7411812
By: gotatpe
Hi!
I've created a new PyDev project and removed it without deleting project
content.
Next time I want to create an another project on the same location, I'm getting
an error message:
"Pr
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7413012
By: gotatpe
Hi,
I've tested the remote debugger in PyDev Extensions and it works sometimes,
but many times both Eclipse and the remote Python application hangs forever.
Any glues?
Regards,
Attila
___
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7413261
By: fabioz
I don't experience that here... are you experiencing those randomly? Note that
the debugger will probe the objects in your application, so, if the application
misbehaves when that happens the
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7413457
By: fabioz
Actually, when you have an existing project, you should do a file > import
project
instead of trying to create another one in the same place...
Cheers,
Fabio
_
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7413489
By: fabioz
Well, there's currently no easy way to setup different commands there...
Probably
the easier way to do it would be creating a plugin that sets
org.python.pydev.debug.newconsole.PydevConsoleC
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7413495
By: fabioz
You're right... The latest Pydev is using an API (Tree.select(TreeItem)) that's
only available for Eclipse 3.4 onwards (so, it doesn't work on earlier versions
of Eclipse). Please create a bu
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7413500
By: fabioz
The 'signal' library should be in the forced builtins (see:
http://fabioz.com/pydev/manual_101_interpreter.html ). Is it there for you?
Cheers,
Fabio
__
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7413675
By: gotatpe
Yes, I know, but it is still confusing for users that after DELETING a project
(delete=you do not have any project there anymore) you cannot CREATE a new
one on the same place without delet