diff --git a/source2/Compiler/Cosmos.Compiler.DebugStub/TracerEntry.cs b/source2/Compiler/Cosmos.Compiler.DebugStub/TracerEntry.cs
index 674dd105f..71118d103 100644
--- a/source2/Compiler/Cosmos.Compiler.DebugStub/TracerEntry.cs
+++ b/source2/Compiler/Cosmos.Compiler.DebugStub/TracerEntry.cs
@@ -19,6 +19,7 @@ namespace Cosmos.Debug.DebugStub {
new Comment("-http:#wiki.osdev.org/Spinlock");
new Comment("-Looks good and also allows testing intead of waiting");
new Comment("-Wont require us to disable / enable IRQs");
+ new Comment("Comment");
new Label("DebugStub_TracerEntry");
new Comment("This code is temporarily disabled as IRQs are not enabled right now.");
new Comment("LockOrExit");
diff --git a/source2/Compiler/Cosmos.Compiler.DebugStub/TracerEntry.xs b/source2/Compiler/Cosmos.Compiler.DebugStub/TracerEntry.xs
index 2d9fdc64d..30f263521 100644
--- a/source2/Compiler/Cosmos.Compiler.DebugStub/TracerEntry.xs
+++ b/source2/Compiler/Cosmos.Compiler.DebugStub/TracerEntry.xs
@@ -12,6 +12,8 @@
# -Looks good and also allows testing intead of waiting
# -Wont require us to disable / enable IRQs
+# Comment
+
Group DebugStub
InterruptHandler TracerEntry {
diff --git a/source2/Users/Matthijs/MatthijsPlayground/Playground.Matthijs.Test.csproj b/source2/Users/Matthijs/MatthijsPlayground/Playground.Matthijs.Test.csproj
index 7c28ea669..eb358bcdc 100644
--- a/source2/Users/Matthijs/MatthijsPlayground/Playground.Matthijs.Test.csproj
+++ b/source2/Users/Matthijs/MatthijsPlayground/Playground.Matthijs.Test.csproj
@@ -42,11 +42,6 @@
-
- True
- True
- Test.xs
-
@@ -78,12 +73,6 @@
Cosmos.Hardware
-
-
- CosmosXSharpGenerator
- Test.cs
-
-