GPC has supported the compiler directive `{$debug-statement}', mostly as a way to ease "WriteLn debugging" in a time when debug info was mostly unusable (i.e., until a little more than a year ago ;-).
Since debug info now works (perhaps with small bugs, but at least better than WriteLn debugging), I think we can drop `{$debug-statement}'.
Or does anyone still need it for any purpose?
Frank