18 lines
781 B
Markdown
18 lines
781 B
Markdown
# Debug Files
|
|
|
|
This folder contains debug scripts and utilities for troubleshooting various components of the trading system.
|
|
|
|
## Contents
|
|
|
|
- `debug_callback_simple.py` - Simple callback debugging
|
|
- `debug_dashboard.py` - Dashboard debugging utilities
|
|
- `debug_dashboard_500.py` - Dashboard 500 error debugging
|
|
- `debug_dashboard_issue.py` - Dashboard issue debugging
|
|
- `debug_mexc_auth.py` - MEXC authentication debugging
|
|
- `debug_orchestrator_methods.py` - Orchestrator method debugging
|
|
- `debug_simple_callback.py` - Simple callback testing
|
|
- `debug_trading_activity.py` - Trading activity debugging
|
|
|
|
## Usage
|
|
|
|
These files are used for debugging specific issues and should not be run in production. They contain diagnostic code and temporary fixes for troubleshooting purposes. |