ytrstu / winpdb

Automatically exported from code.google.com/p/winpdb
0 stars 0 forks source link

Remote embedded_debugger on python 2.6.4 #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add line import rpdb2; rpdb2.start_embedded_debugger('password',fAllowRemote 
= True)
2. In console /data/lib/python2.6_7_i386_nothr/site-packages/rpdb2.py:313: 
DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
  import popen2

And script stopped

On client I can't get script

Python 2.6.4 (r264:75706, Apr  1 2013, 01:43:20) 
[GCC 4.2.1 20070719  [FreeBSD]] on freebsd7
SHRAPNEL 2.6_7_i386_nothr

For not embedded debug all works excellent.

Original issue reported on code.google.com by bez...@gmail.com on 15 Apr 2013 at 6:23

Attachments: