YangChao
Results
2
issues of
YangChao
Nice work! It seems that Breakpoint doesn't work Top-level statements (programs without Main methods). ```C# string localVariable = "Hello world!"; /* Breakpoint */ Console.WriteLine(localVariable); ```