Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4569865 By: ghtdak
So, I have a wierd setup. Basically, I'm debugging python code from a plug-in inside gnumeric. So, I need to have code living where they want it... actually, I use a symbolic link to my directory... anyway, I chdir to my working directoy before launching gnumeric... then invoke my code which invokes pydevd.settrace().. all great except PyDev extension tries to open my-func instead of my-func.py. I fixed that with a symbolic link as well (seems to be working for now) but was wondering why it might want to do this and whether I'm headed for trouble... -glenn ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
