-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ecdbe13
commit 92b3ae2
Showing
5 changed files
with
78 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Errors: where I see then? | ||
|
||
<h2 align="center">Errors: where I see then?</h2> | ||
|
||
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 | ||
|
||
--- | ||
<div class="grid cards" markdown> | ||
- :fontawesome-brands-chrome: :fontawesome-brands-edge: :simple-brave: :simple-opera: | ||
* Open the browser and press `Ctrl + Shift + J` (Windows/Linux) or `Cmd + 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. | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
--- | ||
### Mozilla Firefox | ||
|
||
--- | ||
<div class="grid cards" markdown> | ||
- :material-firefox: | ||
* Open the browser and press `Ctrl + Shift + K` (Windows/Linux) or `Cmd + Option + K` (macOS). | ||
* Alternatively, go to the menu: | ||
Click on the hamburger menu in the top-right corner. | ||
Navigate to Web Developer > Console. | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
--- | ||
|
||
!!! tip "Pro Tip" | ||
Ensure to capture any errors or warnings displayed in the console. Screenshots or copied text can help us analyze the issue faster. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters