How to set up ReSharper to allow you to navigate to third-party DLL files and view source lines of code?

百般思念 提交于 2019-11-30 01:07:39
JAWspeak

This is tricky, and I finally figured it out:

  1. Click "Show current path settings and PDB files binding" and look at where the PDB points to for source.
  2. Add a folder substitution where the source code is where the PDB says the source code is (probably a path not on your computer, but on the system that compiled the DLL file and PDB). Set the target to the source you downloaded.

Here's a screenshot:

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!