当前位置:  开发笔记 > 后端 > 正文

调试asp页面的最佳方法是什么?

如何解决《调试asp页面的最佳方法是什么?》经验,为你挑选了1个好方法。

我正在尝试让ASP页面正常工作,但它仍在不断爆炸.如何让它显示"response.write"信息而不是炸毁?

ps我注意到这是一种技术,并计划尝试一下.

    在页面顶部广告On Error Resume Next在每行代码之后使用If Err.Number <> 0然后Response.Write Err.Description Err.Clear End如果你也可以设置一个Debuggingvariable例如intDebug你增加每x行intDebug = intDebug + 1

如果Err.Number <> 0则响应.Write intDebug response.Write"
"Response.Write Err.Description Err.Clear End if



1> Canavar..:

你为什么不调试?Visual Studio的调试功能非常出色.

对于ASP.NET:

只需输入断点并单击Debug/Attach Process 选择aspnet_wp.exe即可.

对于ASP:

在Visual Studio 2008中调试经典ASP(VBScript)

推荐阅读
帆侮听我悄悄说星星
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有