Thursday, July 13, 2017

Debugging Sitecore assemblies using dotPeek

Recently I had to figure out the right parameter set that a Sitecore reporting Api required to produce results I needed, and the only way to determine that was to step through Sitecore assemblies.

Google search produces a very helpful post by Igal Tabachnik at
https://hmemcpy.com/2014/07/how-to-debug-anything-with-visual-studio-and-jetbrains-dotpeek-v1-2/

Following the steps and this post, plus selecting "Enable .NET Framework source stepping" in General tab under Debug (see blow) made it possible.

Attach to Process as you normally do and land on specified break point. 

No comments:

Post a Comment