Build scripts are difficult to run in a debugger #5637
Labels
A-build-scripts
Area: build.rs scripts
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
The output of Cargo has a path to the actual binary that is invoked every time a build script is run. That's useful, but there's not output showing all of the environment variables that are set that the build script may expect to be present. This makes it very difficult to launch the build script under a debugger and replicate the conditions of the Cargo build in order to investigate something that isn't working correctly.
The text was updated successfully, but these errors were encountered: