Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    Great explaination @Matas! Thx! Commented Nov 18, 2016 at 9:04
  • It seems that DotPeek doesn't hook itself to VS2017, but you can do the same process by using the GUI that is installed along. Commented Mar 30, 2017 at 12:43
  • 3
    For anyone else who is still setting Optimizations on there dll make sure the Supress JIT Optomization on Module load is checked Commented Feb 15, 2018 at 16:50
  • 1
    Do you really need to do step 5 if you already put the .pdb in your bin directory? I mean, you will have to change it for every project if you hardcode it... Commented Dec 9, 2021 at 12:28