解决"The breakpoint will not currently be hit. No symbols have been loaded for this document" 错误
如果attatcha进行调试时候,发现不是实心点,说明你没有挂上,不能debug,此时解决方法如下。
1.删除站点bin目录下所有pdb文件,
2.选择vs的 Tools->options->Debugging->Symbols,将你的编译目录添加进去。
3.选择vs的Tools. Options,Debug, General,And uncheck: "Enable Just My Code."
4.如果这些dll处于版本控制之下,建议取消控制。