Re: [Pydev-users] pydevd remote debugging problem

2007-11-05 Thread Bijan Vakili
Hi Fabio, I tried the new version of pydev (1.3.10). However, I'm still getting the same problem when remote debugging with Blender. Any chance you can take a look? -- Bijan On 9/23/07, Fabio Zadrozny <[EMAIL PROTECTED]> wrote: > > It's definitely the same computer. I'm merely using the defau

Re: [Pydev-users] pydevd remote debugging problem

2007-09-26 Thread Bijan Vakili
Hi Fabio, Unfortunately, my last message didn't get through because the attachment was too large. In any case, I changed the flags to 2 as you specified and then redirected both stdout and stderr to text files. I've attached them to this email. So you'll see (near the end) the following stack t

Re: [Pydev-users] pydevd remote debugging problem

2007-09-23 Thread Fabio Zadrozny
> > It's definitely the same computer. I'm merely using the default port > (5678) and following the instructions posted on: > > http://www.fabioz.com/pydev/manual_adv_remote_debugger.html > > > > I guess the only difference was what I wrote in my last email. I appended > the pysrc to the sys.path

Re: [Pydev-users] pydevd remote debugging problem

2007-09-23 Thread Bijan Vakili
[EMAIL PROTECTED] On Behalf Of Fabio Zadrozny Sent: Sunday, September 23, 2007 9:35 PM To: [email protected] Subject: Re: [Pydev-users] pydevd remote debugging problem Although Eclipse can successfully break into the script at my breakpoint, I'm encountering a major annoyanc

Re: [Pydev-users] pydevd remote debugging problem

2007-09-23 Thread Fabio Zadrozny
> > 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 > "/.../ select corresponding filesystem file" at *every step I > trace*. I have to keep re-selecting my Blender script which I am debugging >

[Pydev-users] pydevd remote debugging problem

2007-09-23 Thread Bijan Vakili
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 sy