Hello,
I am working on portable .NET code, not currently intended to be used on touch devices.
I am changing an existing Open Source c# library, extending it with additional functionality. For some reason, while running my application using this library, the debugger is unable to step inside library code. I checked debugger preferences. The "project code only" option is unchecked. The library in question was added to the project, as a DLL assembly file, from a local disk from "Edit references."
Please advise what could I do, to be able to step inside library methods.
Thank you