You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
目录结构:
【文章链接】
GDB 调试 lotus 源码教程
1. 环境配置
(1). 下载源代码
A. 代码版本说明
(2). 配置源代码
A. 修改 lotus 中的配置文件
B. 修改 rust-filecoin-proofs-api 库
C. 修改 rust-fil-proofs 库
2. 编译前的准备
(1). 编译 Debug 版本代码
A. 修改 Makefile 文件
B. 修改 install-filcrypto 文件
C. 修改 build-release.sh 文件
(2). 配置 GDB
3. 编译并单步调试
(1). 编译 lotus
(2). 调试 lotus
A. 启动程序并设置参数
B. 在合适的地方下断点
C. 开始运行
4. 其它
【文章链接】
Beta Was this translation helpful? Give feedback.
All reactions