From: SourceForge.net <no...@so...> - 2006-06-02 18:35:39
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761247 By: billcchkk Hi Fabio, I removed the interpreter and restarted eclipse, then readded the interpreter and it rebuilt the PYTHONPATH. I reran the debugger and still see the same problem. I then realized that I could try setting a breakpoint and try to debug the import (and how cool is that!) to see if I could isolate the problem to a single line in the import. Long story short, I was able to isolate it down to one of the imports, and was able to walk through the initialization. There's no error from the python code, but I do see an error in the PDE runtime error log: --- begin --- Error 2006-06-02 13:16:58.360 Error fetching a variable org.eclipse.core.runtime.CoreException: pydevd error:Error resolving frame: 29242056 from thread: 10434544 at org.python.pydev.debug.model.remote.GetVariableCommand.getResponse(GetVariabl eCommand.java:60) at org.python.pydev.debug.model.PyVariableCollection.getCommandVariables(PyVaria bleCollection.java:81) at org.python.pydev.debug.model.DeferredWorkbenchAdapter.commandComplete(Deferre dWorkbenchAdapter.java:127) at org.python.pydev.debug.model.remote.AbstractDebuggerCommand.processResponse(A bstractDebuggerCommand.java:112) at org.python.pydev.debug.model.remote.DebuggerReader.processCommand(DebuggerRea der.java:101) at org.python.pydev.debug.model.remote.DebuggerReader.run(DebuggerReader.java:12 0) at java.lang.Thread.run(Unknown Source) --- end --- and --- begin --- Error 2006-06-02 13:16:58.360 pydevd error:Error resolving frame: 29242056 from thread: 10434544 An exception stack trace is not available. --- end --- So, it looks like a pydev debugger issue to me. This is with Python 2.4.2 on Windows XP. Thanks, - Bill ______________________________________________________________________ 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 |