#How do I debug build steps?

1 messages · Page 1 of 1 (latest)

polar sluice
#

Hi, I have a bunch of build steps that are fairly complex, the thing is one of then is out of order, I double checked my `dependOn´ function call, but still I can't find what is worng, how do I debug this thing?

lunar horizon
#

Have you tried appending --summary all to your zig build command to see a graph of step dependencies?