Small fix to code bloc in Debugging.md

Jason T Alborough
2020-02-21 18:17:06 -05:00
parent 20f4b8986b
commit aa053d633a

@@ -48,7 +48,7 @@ Debug.Console(0, "Hello {0}", world);
// This overload takes an IKeyed as the second parameter and the resulting statement will
// print the Key of the device in console to help identify the class instance the message
// originated from
Debug.Console(0, this, "Hello World);
Debug.Console(0, this, "Hello World");
// prints: [timestamp]App 1:[deviceKey]Hello World
// Each of the above overloads has a corresponding variant that takes an argument to indicate