google-code-export / ulipad

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

报个windpdb的bug #275

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
    ulipad自带的winpdb读不了脚本, 总是显示"*** Failed to find script." 即使用菜单Lauch手动加入也是同样问题.
    但独立版的winpdb则没这个问题, 同样的Lauch操作一切正常. 希望作者可以修复下, 毕竟集成的用起来更方便点.

Original issue reported on code.google.com by phrc...@gmail.com on 28 May 2011 at 3:15

GoogleCodeExporter commented 9 years ago
有没有试一下源码版本?

Original comment by limo...@gmail.com on 30 May 2011 at 5:04

GoogleCodeExporter commented 9 years ago
就是从源码装的, 系统是archlinux

Original comment by jhsw...@gmail.com on 30 May 2011 at 6:15

GoogleCodeExporter commented 9 years ago
这个比较奇怪。我在本机上没发现什么问题。不过我使用的��
�Svn版本,而且是windows环境。

Original comment by limo...@gmail.com on 30 May 2011 at 6:28

GoogleCodeExporter commented 9 years ago
那我换svn试试

Original comment by jhsw...@gmail.com on 30 May 2011 at 6:32

GoogleCodeExporter commented 9 years ago
我这也是,ubuntu11.04 64位
RPDB2 - The Remote Python Debugger, version RPDB_2_4_6,
Copyright (C) 2005-2009 Nir Aides.
Type "help", "copyright", "license", "credits" for more information.

*** NEW: Use CTRL-N for auto completion in the following commands: launch,
*** eval and exec.
*** Password has been set to a random password.
*** Starting debuggee...
*** Failed to find script.

Original comment by lileix...@gmail.com on 15 Sep 2011 at 7:40

GoogleCodeExporter commented 9 years ago
我之前用的ulipad4.0+wxpython2.8+python2.6一直可以用winpdb调试,刚�
��装了个python2.7,打算用2.7来运行,开始是报没装wxpython,就�
��python2.7的安装目录下装了wxpython2.8,后来再次启动调试也是�
��Failed to find 
script.前面还有些报错信息。想想我自己下载有winpdb1.4.8版本��
�,ulipad4带的是1.3.x多的,我就把我下载的winpdb1.4.8的解压把ul
ipad4安装目录下的packages/winpdb下的rpdb2.py和winpdb.py文件替换了�
��重新启动调试就可以用winpdb来进入调试模式了。大家可以试
试看

Original comment by askandst...@hotmail.com on 20 Sep 2011 at 10:20

GoogleCodeExporter commented 9 years ago
那我升下级好了。

Original comment by limo...@gmail.com on 20 Sep 2011 at 11:25

GoogleCodeExporter commented 9 years ago
cmd = os.path.normpath('"%s" "%s/packages/winpdb/winpdb.py" -t -c "%s" "%s"' % 
(interpreter, win.app.workpath, win.document.filename, win.document.args))

发现这里最后一个参数为空到时候导致加载失败的,只要在wi
n.document.args不为空到时候再附加这个参数就好了

Original comment by lileix...@gmail.com on 19 Oct 2011 at 11:04

GoogleCodeExporter commented 9 years ago
我升级了winpdb,再试一下。我试了没发现问题。我用的是2.6��
�本windpdb 1.4.8。

Original comment by limo...@gmail.com on 22 Oct 2011 at 9:23

GoogleCodeExporter commented 9 years ago
我用的是wx2.8.11 python2.7

Original comment by lileix...@gmail.com on 1 Nov 2011 at 2:07