#debugging #move #print #readable #script #message #pprint

app move-pprint

一个使Move调试信息可读的脚本

1个不稳定版本

0.1.0 2022年12月20日

49#readable

MIT 许可证

4KB
70

move pprint

Version

在代码中使用 debug::print(&b"move debug made easy")

在之前 🤯

$ move test
...
[debug] 0x6d6f7665206465627567206d6164652065617379

在之后 😇

$ move test | move-pprint
...
[debug] move debug made easy

安装

cargo install move-pprint

依赖项

~22KB