0

Comments

原文:http://blog.comtaste.com/2008/11/how_to_know_who_called_my_acti.html

获取方法调用者和时间是在调试ActionScript的时候一个很好的技巧。您可以像”throw new Error()”这样在要跟踪的方法中声明一个错误。通过一个自定义的错误/异常我们可以跟踪到栈并且看到整个处理过程。

Read the rest of this entry »

< , >
2

Comments

FireBug是咱的调试好助手。可是不能动态地跟踪一些东东。

最近一同学在开发一玩意儿(是美女哦^o^),发现用的是HttpWatch,这玩意儿之前还真没发现过,俺孤陋寡闻了。

这玩意儿支持IE和FireFox(据说是最新的6.X版才支持的)

官方的定义是

HttpWatch is an HTTP viewer and debugger that integrates with IE and Firefox to provide seamless HTTP and HTTPS monitoring without leaving the browser window.

详情请参照

http://www.httpwatch.com/

有免费的Basic版的,也有收费版的,从395美刀到35995美刀不等~

< ,, >