Updated Debugging (markdown)

Neil Dorin
2020-02-11 18:21:49 -07:00
parent fa6524234a
commit 0a36dd3e68

@@ -58,17 +58,19 @@ Debug.Console(0, Debug.ErrorLogLevel.Notice, "Hello World");
## Console Commands ## Console Commands
### Appdebug:[slot] [0-2] ### Appdebug:[slot] [0-2]
Gets or sets the current debug level where 0 is the lowest setting and 2 is the most verbose Gets or sets the current debug level where 0 is the lowest setting and 2 is the most verbose
` ```
RMC3>appdebug:1 RMC3>appdebug:1 // Gets current level
RMC3>AppDebug level = 0 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 RMC3>[Application 1], Debug level set to 1
` ```
### Devlist:[slot] ### Devlist:[slot]
Gets the current list of devices from `DeviceManager` Gets the current list of devices from `DeviceManager`
Prints in the form [deviceKey] deviceName
``` ```
RMC3>devlist:1 RMC3>devlist:1