How to debug build.rs
file?
#942
ZhaoXiangXML
started this conversation in
General
Replies: 1 comment
-
Cargo is not executed under the debugger. Try this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to debug a
build.rs
script in vscode, I tried with the following config:However the breakpoints did not hit.
Beta Was this translation helpful? Give feedback.
All reactions