我在Windows 2008 Server (IIS7.0)上有一个ASP.NET应用程序(.NET 4.0)。我安装了一个Microsoft web express,但它不支持attach to process特性;我也不想把源代码转移到服务器上。有没有办法远程附加w3wp.exe和调试.NET本地代码(我在服务器上有RDP管理员访问权限)?
我在Windows 8.1上玩新的Windows 8.1,用yo创建一个新的项目模板,我可以看到它在我的浏览器上运行,但是我无法调试它,我在某些动作中设置了一个断点,但它没有命中。在vsCode的debug选项上,它要求附加一个调试,但是我找不到如何进行调试。在VsCode网站上有一段话说:
Debugging Visual Studio Code and ASP.NET 5 are in preview and at this time debugging
我在Max OS X上运行Visual Studio代码,并且经常看到这个错误。当我使用dnx .run直接从终端运行时工作正常 Error Trace from Terminal 'mono' --debug 'Program.cs' Cannot open assembly 'Program.cs': File does not contain
a