I have a test block that is failing.
How can I add debug prints?
std.debug.print doesn't work, it's just skipped.
@compileLog is helpful to figure out what branches I am going in, but I cannot print some values since they are deemed runtime values.
Trying to add prints to see where changes to this code fails https://github.com/ZigEmbeddedGroup/microzig/blob/main/port/raspberrypi/rp2xxx/src/hal/pio/assembler/comparison_tests.zig#L167