在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
安装cargo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
vscode插件, gdb打印的参数不全,会丢失变量,用lldb ext install rust-lang.rust
调试配置 tasks.json { "version": "2.0.0", "tasks": [ { "label": "build", "type": "shell", "command": "cargo build" } ] }
launsh.json { "version": "0.2.0", "configurations": [ { "name": "rust_debug", "type": "lldb", "request": "launch", "program": "${workspaceRoot}/target/debug/${workspaceRootFolderName}", "cwd": "${workspaceRoot}", "preLaunchTask": "build" } ] }
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论