awk debugger in Windows

Hi Everybody.

I use Linux and Windows, I installed gawk in Windows 10, Could you help me?, please... Is there a way of debugging a awk program in that Operative System?.

Because I don't see the option -D(--debugger) in gawk version for Windows.

thanks.

If you don't have the debugger, awk printf statements added to your script at appropriate points are your friend. (Optionally with output made conditional based on a variable set outside the script.)

Thanks Don Cragun.

Regards from Mexico