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