Debug-Mode

The Debug-Mode option enables debug mode for CommandPrompter.

Usage

You can configure the Debug-Mode by editing the "config.yml" file as follows:

# Enable debug mode for CommandPrompter.
Debug-Mode: true

In this example, debug mode is enabled (true).

Explanation

Enabling the Debug-Mode option allows CommandPrompter to operate in debug mode, which can be useful for troubleshooting and identifying issues. Debug mode provides additional information and logs for developers to diagnose and resolve problems.

Example

To disable debug mode, use the following configuration:

Debug-Mode: false

This will deactivate debug mode for CommandPrompter.

Last updated