mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-06 00:05:05 +00:00
Updated Debugging (markdown)
12
Debugging.md
12
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user