diff --git a/BurnOutSharp/Scanner.cs b/BurnOutSharp/Scanner.cs
index 7a980fea..7f6316dc 100644
--- a/BurnOutSharp/Scanner.cs
+++ b/BurnOutSharp/Scanner.cs
@@ -17,6 +17,7 @@ namespace BurnOutSharp
///
/// Determines whether the byte position of found protection is included or not
///
+ /// TODO: Change this to a more generic debug flag for broader use
public bool IncludePosition { get; set; } = false;
///