如何调试Azure应用服务上的类库?
我有一个在 Azure 中运行的 .NET 应用程序。它有一个链接到它的库,但它的源代码位于单独的解决方案中,我需要调试这个库。如何在 Azure 中链接该库并连接调试器?
I have a .NET application running in Azure. It has a library linked to it, but its source code is in a separate solution, and I need to debug this library. How do I link this library in Azure, and connect the debugger?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
YourClassLibraryName.dll
)。Reference
文件夹中。您可以看到引用的dll,扩展名为
.dll
和.pdb
YourClassLibraryName.dll
) from the bin folder of the class library.Reference
folder.You can see the referenced dlls with extension
.dll
and.pdb