【EverEdit用户手册】Application >> DebugLibrary

 

 

1 Application >> DebugLibrary

加载并调试DLL

原型:

void DebugLibrary(string strPathName);

1.1 参数

strPathName

 [in] string类型, DLL文件全路径名

1.2 返回值

void:无

1.3 版本

EverEdit 4.5.0(4500)及之后版本。

1.4 备注

  结合开发工具(比如Visual Studio)的附加到进程的功能,可以非常方便地达到调试DLL的目的。

1.5 使用样例

 App.DebugLibrary "xxxx.dll"
posted @ 2024-12-13 00:02  tyysoft  阅读(9)  评论(0)    收藏  举报