简体   繁体   English

如何在Rider中调试类库项目

[英]How to debug class library projects in Rider

There is an external application that executes C# libraries(plugins - my class library). 有一个外部应用程序执行C#库(插件-我的类库)。 Is it possible to attach debug to my class library project in Rider. 是否可以在Rider中将调试附加到我的类库项目中。 In a Visual Studio, this is done very easily. 在Visual Studio中,这很容易完成。 For example, as described in this article . 例如,如本文所述 But how to do it in a Rider? 但是如何在Rider中做到呢?

Thank you 谢谢

Now you can use .NET Executable for your task. 现在,您可以将.NET Executable用于您的任务。 Put your library as command-line arguments into a run configuration. 将您的库作为命令行参数放入运行配置中。 In the future, we want to add the macro for OutputPath. 将来,我们要为OutputPath添加宏。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM