|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
[pydev - Users] Error using expressions in debuggingRead and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4911158 By: dkadish I am building a Django site and everything was working properly in Eclipse/PyDev until a few days ago. I started getting an error when trying to evaluate expressions during debug. Here's the trace: Traceback (most recent call last): File "/home/dkadish/.eclipse/org.eclipse.platform_3.3.0_1158523281/configurati on/eclipse/plugins/org.python.pydev.debug_1.3.15/pysrc/pydevd_comm.py", line 555, in doIt result = pydevd_vars.evaluateExpression(self.thread_id, self.frame_id, self.expression, self.doExec) File "/home/dkadish/.eclipse/org.eclipse.platform_3.3.0_1158523281/configurati on/eclipse/plugins/org.python.pydev.debug_1.3.15/pysrc/pydevd_vars.py", line 269, in evaluateExpression frame = findFrame(thread_id, frame_id) File "/home/dkadish/.eclipse/org.eclipse.platform_3.3.0_1158523281/configurati on/eclipse/plugins/org.python.pydev.debug_1.3.15/pysrc/pydevd_vars.py", line 201, in findFrame raise VariableError("findFrame: must execute on same thread") VariableError: findFrame: must execute on same thread I'm running Eclipse 3.3.2/PyDev and PyDev Extensions 1.3.15 on Kubuntu Gutsy. Any ideas what's wrong? ______________________________________________________________________ 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 the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Pydev-users mailing list Pydev-users@... https://lists.sourceforge.net/lists/listinfo/pydev-users |
|
|
[pydev - Users] RE: Error using expressions in debuggingRead and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4911512 By: fabioz Not really... seems to be a bug for me. Can you report it in the sf tracker? Also, if you could provide some sample example where I can reproduce it (even if it depends on django), that'd be nice. Cheers, Fabio ______________________________________________________________________ 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 the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Pydev-users mailing list Pydev-users@... https://lists.sourceforge.net/lists/listinfo/pydev-users |
|
|
[pydev - Users] RE: Error using expressions in debuggingRead and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5084110 By: winterstream I also get this error. I'm using Kubuntu 8.04, Eclipse 3.3.0 and PyDev Extensions 1.3.18. I've had this problem since 1.3.15 (perhaps earlier; I can't remember). It happens even when I run the most trivial of programs. For example: a = 1 b = 2 print a print b ______________________________________________________________________ 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 ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Pydev-users mailing list Pydev-users@... https://lists.sourceforge.net/lists/listinfo/pydev-users |
| Free Forum Powered by Nabble | Forum Help |