CodePlexProject Hosting for Open Source Software
An unexpected error has occured.
There is an unsaved comment in progress. You will lose your changes if you continue. Are you sure you want to reopen the work item?
Voted
No files are attached
dinov wrote Jan 12, 2012 at 4:43 PM
araud wrote Jan 13, 2012 at 6:57 AM
import rpdb2 if rpdb2.g_debugger: return import os import sys file = __file__.lower() file = file.rsplit(".", 1)[0] + ".py" os.spawnv( os.P_NOWAIT, '%s/python' % sys.prefix, ['python', '%s/Lib/site-packages/winpdb.py' % sys.prefix, '-p123', '-a %s' % file] ) rpdb2.start_embedded_debugger('123')
Sign in to add a comment or to set email notifications
Keyboard shortcuts are available for this page.