2006年01月04日 星期三 17:48
Hi 蛇夫, 刚刚debug程序的时候,在一个很大的java object里面找一个变量,找了很久。突 然有一个想法 如果在debug的时候,可以交互就好了,就像python的 ">>>"环境一样,在程序 break point的时候, 想要检查当前某个数值,这个一个函数的返回值,只要打出 name.method 回车就 可以了,不用现在这样, 简直有些就像捉迷藏。 如果把这种交互设为只读,应该很容易实现吧。 也许这个想法比较幼稚,呵呵,不知道大家怎么看 Yaou
2006年01月05日 星期四 01:19
稍微像样点的调试工具都可以吧,比如VS 2006/1/4, Yaou Lee <yaoulee at gmail.com>: > Hi 蛇夫, > > 刚刚debug程序的时候,在一个很大的java object里面找一个变量,找了很久。突 > 然有一个想法 > 如果在debug的时候,可以交互就好了,就像python的 ">>>"环境一样,在程序 > break point的时候, > 想要检查当前某个数值,这个一个函数的返回值,只要打出 name.method 回车就 > 可以了,不用现在这样, > 简直有些就像捉迷藏。 > > 如果把这种交互设为只读,应该很容易实现吧。 > 也许这个想法比较幼稚,呵呵,不知道大家怎么看 > > > Yaou > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese >
2006年01月05日 星期四 08:35
vs里面是给出一个对象的数据结构,如果数据结构比较复杂找一个东西还是比较麻烦,而且似乎不能检查一个函数的返回值 我的意思是说,可以自己通过输入变量名,或者函数名的方式,查询 当前break point的数据内容 On 1/4/06, xxmplus <xxmplus at gmail.com> wrote: > > 稍微像样点的调试工具都可以吧,比如VS > > 2006/1/4, Yaou Lee <yaoulee at gmail.com>: > > Hi 蛇夫, > > > > 刚刚debug程序的时候,在一个很大的java object里面找一个变量,找了很久。突 > > 然有一个想法 > > 如果在debug的时候,可以交互就好了,就像python的 ">>>"环境一样,在程序 > > break point的时候, > > 想要检查当前某个数值,这个一个函数的返回值,只要打出 name.method 回车就 > > 可以了,不用现在这样, > > 简直有些就像捉迷藏。 > > > > 如果把这种交互设为只读,应该很容易实现吧。 > > 也许这个想法比较幼稚,呵呵,不知道大家怎么看 > > > > > > Yaou > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060105/0c8630fd/attachment.html
2006年01月13日 星期五 22:55
pdb和winpdb -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060113/0d7d7055/attachment.htm
Zeuux © 2025
京ICP备05028076号