A simple backend debugger for python inspired by Unity's Debug system
Project description
ghostdebug
A simple backend debugger for Python inspired by Unity's Debug system
installation
pip install ghostdebug
Usage
First,import the Debug class:
from ghostdebug import Debug
Create logs with different levels:
Debug.Log("Number = 9",Debug.Info)
Debug.Log("Wrong input detected",Debug.Warn)
Debug.Log("An error detected",Debug.Error)
Debug.Log("Can't divide by zero",Debug.Error_Info)
Display all logs in console:
Debug.Show(Debug.All)
Save logs into a file automatically named as log1.txt,log2.txt etc:
Debug.Save_Log()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ghostdebug-0.1.0.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ghostdebug-0.1.0.tar.gz.
File metadata
- Download URL: ghostdebug-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8df6502c5e946c83f41e616b0971d58c43fe860bfab76dae66a7555caf6dcc5a
|
|
| MD5 |
4284050a81bc2c1084d19a3da26fbcf8
|
|
| BLAKE2b-256 |
60fb4a8551b2b072605729db983fbd6e2767a27ad1de0f8ab3487de175afe659
|
File details
Details for the file ghostdebug-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ghostdebug-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20b31a5851b1b764f0eb043d5ba82300397f4c63c7a946e26b761244427cc487
|
|
| MD5 |
e4de94495d353342aba8442e8c4b72c2
|
|
| BLAKE2b-256 |
3520260a5a604bce99070c3e1344bc52aefb60666a90478efdf74c40b25e87dc
|