This sample application cannot be debugged ``` import std.stdio; void main(string[] args) { writeln(args); } ``` I set a breakpoint on the writeln(args) command but the debugger stops on __entrypoint.main() 