DebuggerOnline is a lightweight and efficient platform that helps you debug remote sessions across any device with ease.
Here’s a quick step-by-step guide to help you get started:
Create an account or log in to access your personal channels and debugging configurations.
Channels are real-time consoles where incoming log messages are displayed instantly.
You can send debug messages to a channel via HTTP POST or UDP using a simple payload:
{
"channel": "your-channel-code",
"message": "your debug message"
}
HTTP POST (TCP) guarantees message delivery, though with slightly higher latency.
UDP offers lower latency and is recommended for sending large volumes of logs.
Check out the Integrations section for step-by-step instructions on connecting DebuggerOnline with platforms like Android, iOS, Django, Log4Java, and more.
If you have any questions, don’t hesitate to reach out to our team — we’re happy to help!