diff --git a/Debugging.md b/Debugging.md index 0a633be..2cd52b4 100644 --- a/Debugging.md +++ b/Debugging.md @@ -58,17 +58,19 @@ Debug.Console(0, Debug.ErrorLogLevel.Notice, "Hello World"); ## Console Commands ### Appdebug:[slot] [0-2] Gets or sets the current debug level where 0 is the lowest setting and 2 is the most verbose -` -RMC3>appdebug:1 -RMC3>AppDebug level = 0 +``` +RMC3>appdebug:1 // Gets current level +RMC3>AppDebug level = 0 -RMC3>appdebug:1 1 +RMC3>appdebug:1 1 // Sets level to 1 (all messages level 1 or lower will print) RMC3>[Application 1], Debug level set to 1 -` +``` ### Devlist:[slot] Gets the current list of devices from `DeviceManager` +Prints in the form [deviceKey] deviceName + ``` RMC3>devlist:1