在 Windows 上调试 xsp

发布于 2024-07-20 06:03:24 字数 256 浏览 4 评论 0原文

是否可以调试Windows上xsp下运行的网站? 如果可能的话,我想附加到 Visual Studio 的流程。

我修改了 xsp2.bat 文件以启用调试 @"C:\PROGRA~1\Mono-2.4\bin\mono.exe" --debug=mdb-optimizations "C:\PROGRA~1\Mono-2.4\lib\mono\2.0\winhack\xsp2.exe" %*

但这似乎没有帮助。

有任何想法吗?

Is it possible to debug a website running under xsp on windows?
I would like to attach to the process from visual studio if that is possible.

I modified my xsp2.bat file to enable debuging
@"C:\PROGRA~1\Mono-2.4\bin\mono.exe" --debug=mdb-optimizations "C:\PROGRA~1\Mono-2.4\lib\mono\2.0\winhack\xsp2.exe" %*

but it doesn't seem to help.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

云醉月微眠 2024-07-27 06:03:24

看来 Novell 即将推出此功能。 适用于 Visual Studio 的 Mono 工具

Looks like this functionality is coming soon from Novell. Mono Tools For Visual Studio.

何以畏孤独 2024-07-27 06:03:24

不,你不能这样做,mono-debug 仅限于 linux。
(%Program Files/Mono-2.4/bin 文件夹中甚至没有 mdb.exe)

no you can't do this, mono-debug is linux only..
(there's even no mdb.exe in the %Program Files/Mono-2.4/bin folder)

找个人就嫁了吧 2024-07-27 06:03:24

正如 balint 指出的,mdb 调试器仅适用于 Linux。 但是,您应该能够使用 SoftDebugger

As balint points out, the mdb debugger is Linux only. However, you should be able to use the SoftDebugger.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文