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.
我有一个第三方库函数调用分散在我的可执行文件的很多地方。我的可执行文件是使用调试符号构建的,但第三方库没有调试符号,因此我无法在函数上放置断点。我想在调用库函数时放置一个断点,以检查调用堆栈。如何在可执行文件中对库函数调用的所有调用设置断点。
我认为唯一的方法是:
nexti