Comment #8 on issue 275 by [email protected]: 报个windpdb的bug http://code.google.com/p/ulipad/issues/detail?id=275
cmd = os.path.normpath('"%s" "%s/packages/winpdb/winpdb.py" -t -c "%s" "%s"' % (interpreter, win.app.workpath, win.document.filename, win.document.args))
发现这里最后一个参数为空到时候导致加载失败的,只要在win.document.args不为空 到时候再附加这个参数就好了
