Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 y.vbg,里面有 3 个项目。
x1.vbp *启动项目 x2.vbp x3.vbp
x1.vbp 参考 x2.dll 和 x3.dll。当我在 x1.vbp 中设置断点并尝试进入 x2 中的函数时,我不能。
任何提示和技巧都会有所帮助。
答案就在纳雷什的问题中。-谢谢纳雷什。
我将 x2.vbp 的组件“版本兼容性”更改为“二进制兼容性”,现在我可以进入并且断点正在命中。为此,请转到项目的属性。