... | ... | @@ -432,3 +432,14 @@ MouseEventType类型的枚举项,表示鼠标事件的类型。 |
|
|
|
|
|
[PluginSystemDate.cpp ](https://github.com/zhongyang219/TrafficMonitor/blob/master/PluginDemo/PluginSystemDate.cpp)
|
|
|
|
|
|
## 插件的调试
|
|
|
|
|
|
现在已经提供了一个插件测试工具,存放在[TrafficMonitorPlugins](https://github.com/zhongyang219/TrafficMonitorPlugins)仓库中。
|
|
|
|
|
|
在开发插件时,你只需要将你的插件项目和PluginTester项目放在同一个解决方案中,并且将插件dll和PluginTester.exe生成到同一目录中,然后将PluginTester设置为活动项目,按下F5键即可调试。
|
|
|
|
|
|
关于插件测试工具的使用说明请参考以下链接:
|
|
|
|
|
|
[插件测试器 · zhongyang219/TrafficMonitorPlugins Wiki (github.com)](https://github.com/zhongyang219/TrafficMonitorPlugins/wiki/插件测试器)
|
|
|
|
|
|
需要注意的是,插件测试工具采用了和TrafficMonitor主程序同样的方法加载插件,但是你的插件在插件测试工具中工作正常并不能代表它们在TrafficMonitor中也能正常工作。插件开发完成之后请务必使用TrafficMonitor对你的插件做进一步的测试。 |