[Pydev-users] [pydev - Users] Debugger doesn't start
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-10-30 21:03:20
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3988477 By: jard1234 The exact same application runs fine in "release" mode, either from the command line or from within Eclipse/PyDev. But when invoked with the debugger all I can see is "pydev debugger" and the debug view shows "terminated, exit value 144". Setting the pydevd_trace = 2 in the pydevd_comm.py I got a little more but useless messages: pydev debugger Executing file /(removed)/workspace/dui/dui.py arguments:['/(removed)/workspace/dui/dui.py', '-f', '~/data-template-files/cheader.cio', '-t', '~/data-template-files/cheader.dui', '-c', '~/temp'] Connecting to localhost:10674 Connected. sending cmd 103 2 <xml><thread name="pydevd.reader" id="-1"/></xml> sending cmd 103 4 <xml><thread name="pydevd.writer" id="-1"/></xml> received command 501 1 1.0 received command 111 3 /(removed)/workspace/dui/inputdialog.py 267 None received command 111 5 /(removed)/workspace/dui/duiconfig.py 704 None sending cmd 501 1 1.0 received command 101 7 I am running on Linux SUSE10.0, Eclipse 3.2 and PyDev 1.2.4. I searched my code for "import *" and I have no one. I do have some "from xxxx import yyyyyyy" My application is quite long as of today, it is a wxPython-based application and so far is running OK. I need to track down a nasty bug and now it's the time I need the debugger desperately. Thanks for your help, ______________________________________________________________________ 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 |