Pydev for external debugging

Hi @Alain,

Thank you so much for your reply.
First of all the Frames Enabled Checkbos is marked.
And under the Module Search Path the subdirectory pysrc is loaded.

I debugged the script in Rhino without the settrace command. Everything looks fine. The pydevd is imported and there is no ImportError.

try:
import pydevd
except ImportError:
print(‘Error You must add org.python.pydev.debug.pysrc to your PYTHONPATH.’)

I also tried to debug it in eclipse and even there everything looks fine. It even breaks right after the settrace command. I really double checked everything.

But there must be something wrong with the settrace command. Right after compiling the settrace command eclipse recognize that there is something comming in (debug server --> unkown), but then rhino chrashes with no reply.

What else coud I do to make it work?
Thanks

best regards
ZweiP