通过步调试传统的ASP与VS2008

问题描述:

我从Django的世界来维持一个相当复杂的传统的ASP网站。不幸的是,现场充满了被注释掉,复制/粘贴,意大利面条$ C $(C S)$ P $垫出过几百个文件隐藏在几十个目录。

I am coming from the django world to maintain a fairly complicated classic asp site. Unfortunately the site is riddled with uncommented, copy/pasted, spaghetti code spread out over several hundred files hidden away in a few dozen directories.

要生硬,这是一个有点噩梦;)

To be curt, it's a bit of a nightmare ;)

不管怎样,我最熟悉Eclipse,我在想,如果Visual Studio 2008中可以做什么样的,你会期望从这样一个多产的IDE调试功能。我可以逐步通过该行的ASP应用程序行,设置断点,并查看动态变量的内容?如果又如何?

Anyway, I am most familiar with eclipse, and I was wondering if Visual Studio 2008 can do the kind of debugging capabilities you would expect from such a prolific IDE. Can I step through this asp application line by line, set break points, and view the contents of variables on the fly? if so how?

如果我需要的一切添加到项目中,是什么使这一切的最佳途径?我没有带使用VS在一段时间,但最后我检查喜欢了很多文件添加到您的Web服务器。是,仍然是一个问题?

If I need to add everything to a project, what is the best way to bring it all in? I havn't used vs in a while, but last I checked it liked to add a lot of files to your web server. Is that still an issue?

感谢这么多,我的理智依赖于它的笑

thanks so much, my sanity may depend on it lol

修改:我要指出,我不嫁给使用VS2008,如果你知道其他调试工具,您认为是更好的,让我知道!因为有文件,我会只要使用任何东西:)

edit: I should note that I'm not married to using vs2008, if you know of other debugging tools that you think are better, let me know! I'll use anything as long as there is documentation :)

我可以使它工作...

I could make it work...

http://stackoverflow.com/questions/958968/has-anybody-been-able-to-debug-asp-classic-$c$c-with-visual-studio-2005-or-later

以下说明...

HTTP://www.$c$cproject.com/KB/调试/ DebugVBScriptVS2008.aspx

http://$c$cpagoda.com/2009/04/30/debugging-classic-asp-with-visual-studio-2008-sp1-and-35-framework/

但过了几天,它只是打破了...

but after a couple of days it just broke down...

http://stackoverflow.com/questions/1060780/i-can-no-longer-debug-classic-asp-$c$c-with-visual-studio-2008

我希望你有比我更多的运气。

I hope you'll have more luck than me