Errors: where I see then?
Errors: where I see then?
Errors, like the memory, flutex and others are displayed in the browser's console. To help me debug effectively, it's essential to check the console logs for your browser.
Google Chrome, Edge, Brave, Opera
-
- Open the browser and press
Ctrl + Shift + J
(Windows/Linux) orCmd + Option + J
(macOS). - Alternatively, go to the menu: 1) Click on the three-dot menu in the top-right corner. 2) Navigate to More Tools > Developer Tools. 3) - Select the Console tab.
- Open the browser and press
Mozilla Firefox
- Open the browser and press
Ctrl + Shift + K
(Windows/Linux) orCmd + Option + K
(macOS). - Alternatively, go to the menu: Click on the hamburger menu in the top-right corner. Navigate to Web Developer > Console.
- Open the browser and press
Pro Tip
Ensure to capture any errors or warnings displayed in the console. Screenshots or copied text can help us analyze the issue faster.