This commit is contained in:
kudzu_cp 2010-08-21 21:00:08 +00:00
parent 89b92ac9fd
commit 234345bf3e

View file

@ -8,7 +8,7 @@ namespace BreakpointsKernel {
protected override void BeforeRun() {
Console.WriteLine("Test");
//Debugger.Send("Hello from Cosmos!");
Console.WriteLine("3 Cosmos booted successfully. Type a line of text to get it echoed back.");
Console.WriteLine("4 Cosmos booted successfully. Type a line of text to get it echoed back.");
//Debugger.Break();
Console.WriteLine("Test");
}