本文介绍了在VC ++ 2005中调试DLL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我有一个用VC2005编写的DLL和一个用于测试DLL的testprog.
我运行DLL(通过按F5键),并给了它exe的路径(testapp一个),但该应用程序运行时带有调试信息(它跳过了断点/断点被停用).

有人可以帮助我!谢谢

Hello,

I have a DLL written in VC2005 and a testprog to test the DLL.. i m wondering how can i debug the DLL using bring point ??

I run the DLL (by hitting F5) and i gave it the path of the exe (the testapp one) but the app runs withour debuggin (it jumped the breakpoint/ the breakpoint became desactivated).

could someone help me !! Thank you

推荐答案


这篇关于在VC ++ 2005中调试DLL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 10:18