返回列表 发帖

theworld可以考虑出个debug版本

对于程序开发来说,调试是非常重要的
对于theworld,专门的测试人员可能会比较紧缺
一般用户又缺乏经验,无法准确描述bug的原因和现象

鉴于这种情况,我建议出一个debug版本
在程序中加入大量调试命令,在运行时实时输出信息到log文件中
当程序出现问题后,用户可以把log文件帖到论坛,供开发组参考

在开发中,这种调试信息可以通过预编译来控制开关
因此不会给开发带来很多麻烦,无需多维护一个代码版本

debug版本不一定完全对外公开,可以由用户志愿申请使用
并且承诺遵守一定的保密条件

如果有这种debug版本,我一定报名试用,希望theworld越做越好!

回复 #1 mengfanbo 的帖子

Debug?... 马桶的D版还不够失败么?
我终究没能飙得过那辆宝马,只能眼看着它在夕阳中绝尘而去,不是我的引擎不好,而是我的车链子掉了

TOP

什么的意思?

TOP

原帖由 lunakoo 于 2007-4-20 10:23 发表 http://bbs.ioage.com/images/common/back.gif
Debug?... 马桶的D版还不够失败么?


支持!!!

TOP

提示: 作者被禁止或删除 内容自动屏蔽
http://valid.canardpc.com/cache/banner/2854499.png
新浪/腾讯/饭否@小蛐蛐   twitter @jiayiming
如有过滤规则需要更新,请尽量原帖反馈提醒。

TOP

提示: 作者被禁止或删除 内容自动屏蔽
http://valid.canardpc.com/cache/banner/2854499.png
新浪/腾讯/饭否@小蛐蛐   twitter @jiayiming
如有过滤规则需要更新,请尽量原帖反馈提醒。

TOP

Your suggestion sounds like a poem,maybe I would call mentalism. lol.Of cz its a joke.But u know that  if the debugversion have been put in 2 someguys should be destroy the users' confidence of the browser.Lunankoo is right,we should get some ways from the Maxthon,it's really a blood lesson to every developer.Thx your illumination remark.
掉到地上的食物  3秒内还能吃
掉到泥巴里的食物  3秒内还能吃
掉到煤堆里的食物  3秒内还能吃
掉到砒霜里的食物  3秒内还能吃
掉到氰化钾里的食物  3秒内还能吃
掉到马桶里面的食物    任何時候都不能吃

TOP

原帖由 寄托天下 于 2007-4-20 10:51 发表 http://bbs.ioage.com/images/common/back.gif
Your suggestion sounds like a poem,maybe I would call mentalism. lol.Of cz its a joke.But u know that  if the debugversion have been put in 2 someguys should be destroy the users' confidence of t ...

TW language

TOP

原帖由 寄托天下 于 2007-4-20 10:51 发表 http://bbs.ioage.com/images/common/back.gif
Your suggestion sounds like a poem,maybe I would call mentalism. lol.Of cz its a joke.But u know that  if the debugversion have been put in 2 someguys should be destroy the users' confidence of t ...


真可怜,没有输入法可以用
明月好 邀同宴 相逢几分癫

TOP

原帖由 rebirth 于 2007-4-20 10:58 发表 http://bbs.ioage.com/images/common/back.gif


真可怜,没有输入法可以用


恩,他怎么不考虑考虑俺们这些鸟语不行的呢
直接汉语拼音不就得啦

btw:目前开发组在和用户点对点解决问题的时候会根据情况选择是否提供debug版本。
我个人不建议在论坛发布debug版本。
TheWorld-My world,Your world,Our world.

TOP

原帖由 寄托天下 于 2007-4-20 10:51 发表 http://bbs.ioage.com/images/common/back.gif
Your suggestion sounds like a poem,maybe I would call mentalism. lol.Of cz its a joke.But u know that  if the debugversion have been put in 2 someguys should be destroy the users' confidence of t ...



It doesn't necessarily follow.
I don't know what is "Mathon debug version  blood event", but if use the proper policy, the debug version would contribute the trail of some damn bug and not severely reduce the experience.
I'm a developer, "OutputDebugString" is the usual debug method. From the msdn(http://msdn2.microsoft.com/en-us/library/aa363362.aspx), we learn:
If the application has no debugger, the system debugger displays the string. If the application has no debugger and the system debugger is not active, OutputDebugString does nothing.

OutputDebugString function is thread safe, we can view the pseudocode from http://www.unixwiz.net/techtips/OutputDebugString.txt. As far as I know a lot of software productions use the function in the release version at some time in the past. Such as TM, NAV, MSDN etc(Maybe skip over to remove).

If use OutputDebugString , we can receive the debug string info only by use some debug tools such as Debugview(http://www.microsoft.com/technet/sysinternals/utilities/debugview.mspx) . As normal user, get nothing. Moreover, it don't generate any file in the disk.

TOP

原帖由 fratre 于 2007-4-20 11:53 发表 http://bbs.ioage.com/images/common/back.gif



It doesn't necessarily follow.
I don't know what is "Mathon debug version  blood event", but if use the proper policy, the debug version would contribute the trail of some damn bug and no ...

首先,谢谢这位热心的用户。

你们的心意,开发组是心领了,但毕竟目前的TW已到了RC3阶段,所有的东西从TW2.X系列开始就已打好了行程,多的,我想我作为一个普通的用户也没什么说的了~
这里是永远的家 :)

TOP

返回列表