If your goal is to debug your @nogc code, you can use writeln in debug statement:

@nogc void main() {
    debug writeln("hello, debug world!");
}

Reply via email to