Hi,
I'm using PyDev extensions to debug Python scripts for Blender through the
remote debugger. I've inserted the following code in the script to trigger
the pydevd Debug Server to break into my script:
import sys
PYDEVD_PATH='/my/path/to/eclipse/plugins/org.python.pydev.debug_1.3.9/pysrc'
if sys.path.count(PYDEVD_PATH) < 1:
sys.path.append(PYDEVD_PATH)
import pydevd
pydevd.settrace()
(...script continues...)
Although Eclipse can successfully break into the script at my breakpoint,
I'm encountering a major annoyance. I am always getting a dialog asking to
"/.../<string> select corresponding filesystem file" at *every step I
trace*. I have to keep re-selecting my Blender script which I am debugging
every time I step in or step over a line of script. I'm also noticing that
the Eclipse debugger only shows "<module>: <string>" instead of the actual
module and method namse. Its as if the Eclipse debugger can't remember the
file I've selected.
My system runs with:
Java 1.5.0.12
Blender 2.44
Python 2.5
Eclipse 3.3
PyDev Extensions 1.3.9
I was able to reproduce this problem on both Windows XP and Fedora Linux 7.
I suspect I am missing something very simple in my setup.
Can anyone help?
Thanks in advance,
-- Bijan
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users