简体   繁体   English

Mono等效于.NET Framework调试控件

[英]Mono's equivalent to .NET Framework Debugging Control

The fusion workshop explains about the .NET Framework Debugging Control .ini file setting. 融合研讨会解释了有关.NET Framework调试控制 .ini文件设置的信息。 I think this is only for .NET. 我认为这仅适用于.NET。 Is there any equivalence to mono for debugging control? 调试控制是否与mono等效?

[.NET Framework Debugging Control]
GenerateTrackingInfo=1
AllowOptimize=0

Mono's documentation lists the DebuggableAttribute class that contains these attributes. Mono的文档列出了包含这些属性的DebuggableAttribute类。 DebuggableAttribute is linked to from this MSDN article which describes creating an ini file using the exact settings you mention above. DebuggableAttribute从此MSDN文章链接到该文章该文章描述了使用上面提到的确切设置创建ini文件。

So Mono appears to let you query these values at runtime, although I cannot confirm whether Mono will support the ini file approach. 因此,Mono似乎可以让您在运行时查询这些值,尽管我无法确认Mono是否支持ini文件方法。 Have you tried testing it? 您是否尝试过测试?

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

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