在 Windows 上调试 xsp
是否可以调试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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看来 Novell 即将推出此功能。 适用于 Visual Studio 的 Mono 工具。
Looks like this functionality is coming soon from Novell. Mono Tools For Visual Studio.
不,你不能这样做,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)
正如 balint 指出的,mdb 调试器仅适用于 Linux。 但是,您应该能够使用 SoftDebugger。
As balint points out, the mdb debugger is Linux only. However, you should be able to use the SoftDebugger.