vs.net 2003/2005调试javascript的一个小技巧
摘要:
今天才看到的,老外写的,虽然麻烦,但依然是个办法。在vs.net 2003/2005中,如果要调试javascript的话,可以先IE里将“禁止javascript调试”去掉,然后在要调试的javascript段里,加上debugger;比如function a(){debugger;alert("hello");xxxxxxxxx..........}这样再运行程序,在debuuge处会停下来,... 阅读全文
posted @ 2007-04-04 08:54 3stones 阅读(468) 评论(1) 推荐(0)
浙公网安备 33010602011771号