with ReleaseFast its just stuck on the same line, is there a compile flag that could fix this?
edit:
code compiled with this command: zig build-exe .\parser.zig -fno-strip -fno-omit-frame-pointer -OReleaseFast
it gets stuck at the last ligne of WinStartup() , setting a breakpoint somewhere will break correctly (visible in the disassembly view) but the line highlighted wont change.
edit: except the functions in compiler_rt, those are not affected and I can step through them correctly