chromium调试

下载vs版本的代码explorer和search插件,会安装到vs2013以上版本:

http://chromium.github.io/vs-chromium/#index

启动exe文件:

cefclient.exe  -url=https://www.baidu.com  --enable-logging --v=1

加入断点即可。

其他参考:

https://blog.csdn.net/epubcn/article/details/95189672

https://blog.csdn.net/Vincent95/article/details/78529954

猜你喜欢

转载自www.cnblogs.com/bigben0123/p/12936254.html