简体   繁体   中英

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 .

Which is great but every time I do F11 and try to debug through my code it always ask me where is 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.

Is it opens it and i have to go though all the code of oxyplot which i dont wanted to. All i wanted was to pass the debugger when comes anything related to the Oxyplot.

I tried to keep DebuggerStepThroughAttribute , but since the file is readonly i cannot modify it.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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