Start your python 3.3 program with winpdb in the "debugee" mode :D:\work\winpdb\winpdb-git>C:\Python33\python.exe rpdb2.py --debuggee --pwd=totoro toto.pyThen start winpdb to attach to the running debugee :D:\work\winpdb\winpdb-git>C:\Python27\python.exe winpdb.py --attach --pwd totoro --host localhost toto.py
Start your python 3.3 program with winpdb in the "debugee" mode :D:\work\winpdb\winpdb-git>C:\Python33\python.exe rpdb2.py --debuggee --pwd=totoro toto.py
Then start winpdb to attach to the running debugee :D:\work\winpdb\winpdb-git>C:\Python27\python.exe winpdb.py --attach --pwd totoro --host localhost toto.py
Thanks Philippe for your info.
For me this only works for python 3.2.For python 3.3 I get the following error:$ python3.3 /usr/lib/pymodules/python2.7/rpdb2.py --debuggee /home/chiel/Projects/fate-tui/fateA password should be set to secure debugger client-server communication.Please type a password:xPassword has been set.Traceback (most recent call last):File "/usr/lib/pymodules/python2.7/rpdb2.py", line 14499, in <module>ret = rpdb2.main()File "/usr/share/pyshared/rpdb2.py", line 14470, in mainStartServer(_rpdb2_args, fchdir, _rpdb2_pwd, fAllowUnencrypted, fAllowRemote, secret)File "/usr/share/pyshared/rpdb2.py", line 14212, in StartServerg_module_main = -1File "/usr/share/pyshared/rpdb2.py", line 14212, in StartServerg_module_main = -1File "/usr/share/pyshared/rpdb2.py", line 7324, in trace_dispatch_initself.__set_signal_handler()File "/usr/share/pyshared/rpdb2.py", line 7286, in __set_signal_handlerhandler = signal.getsignal(value)File "/usr/share/pyshared/rpdb2.py", line 13682, in __getsignalhandler = g_signal_handlers.get(signum, g_signal_getsignal(signum))ValueError: signal number out of rangeAny idea why, or how this can be fixed?
--
You received this message because you are subscribed to a topic in the Google Groups "Winpdb" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/winpdb/J9rUYIvlkE0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to winpdb+un...@googlegroups.com.
To post to this group, send email to win...@googlegroups.com.
Visit this group at http://groups.google.com/group/winpdb.
For more options, visit https://groups.google.com/groups/opt_out.