🖥️ Console & JavaScript Errors
This page generates console messages and JavaScript errors for testing BiDi log monitoring.
1. Console Log Methods
Click buttons to trigger different console methods. Open DevTools (F12) to see output.
💡 These buttons call console.log(), console.warn(), etc.
BiDi can capture all these in real-time!
2. Complex Console Output
Log complex objects, arrays, and multiple arguments.
3. JavaScript Errors (Thrown)
Click buttons to throw actual JavaScript errors. BiDi captures these as uncaught exceptions.
⚠️ These buttons throw real uncaught exceptions.
You'll see them in the console as red errors.
4. Async Errors & Promise Rejections
Unhandled promise rejections and async errors.
5. DOM Errors
Errors triggered by DOM operations.
📋 Local Log Display
Shows logs captured on this page (for visual reference):
Logs will appear here...