简体   繁体   English

通过Assemby / NuGet包OxyPlot进行调试

[英]Pass the Debugging from Assemby/NuGet Package, OxyPlot

Good afternoon, 下午好,

I had to use a graph for my project so i downloaded two NuGet Oxyplot.Core Oxyplot.Wpf . 我必须为项目使用图形,因此我下载了两个NuGet Oxyplot.Core Oxyplot.Wpf

Which is great but every time I do F11 and try to debug through my code it always ask me where is oxyplot.cs. 很棒,但是每次我执行F11并尝试调试代码时,它总是问我oxyplot.cs在哪里。

So following on internet did some setting and visual studio downloaded the file and now rather than showing the error about where is the oxyplot.cs. 因此,在Internet上进行了一些设置,Visual Studio下载了该文件,现在而不是显示有关oxyplot.cs的错误。

Is it opens it and i have to go though all the code of oxyplot which i dont wanted to. 它打开了它,我必须遍历所有我不想做的oxyplot代码。 All i wanted was to pass the debugger when comes anything related to the Oxyplot. 我想要的只是在与Oxyplot相关的任何东西通过调试器。

I tried to keep DebuggerStepThroughAttribute , but since the file is readonly i cannot modify it. 我试图保留DebuggerStepThroughAttribute ,但是由于该文件是只读的,因此我无法对其进行修改。

I have looked over stack for answer, but still now i cannot pass my debugger and just check my code. 我已经在堆栈中寻找答案,但是现在我仍然无法通过调试器,只能检查我的代码。

Is there any solution you guys can suggest please. 你们有建议的解决方案吗? I saw some solution but has not worked for me yet. 我看到了一些解决方案,但尚未为我解决。 Following in my setting for debugging settings 按照我的设置进行调试设置

在此处输入图片说明

Try to disable 'Managed Compatibility Mode'. 尝试禁用“托管兼容模式”。 This option forces VS to use old debugger. 此选项强制VS使用旧的调试器。

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

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