When something breaks, the fastest way to get help is to show exactly what went wrong. Here is how to capture an error message and share it so whoever is helping sees it immediately.
Capture the error
- A dialog or popup: screenshot the window (single-window capture keeps it tight).
- A console or terminal error: copy the text — it is searchable and copyable, which a screenshot is not.
Share it as a link
For a visual error, upload the screenshot to sshot.online and share the link. For a long log or stack trace, paste it into the code share tool and send that link instead — see sharing an error log.
Give it context
Add what you were doing, the steps to reproduce, and the URL. A screenshot shows the symptom; the surrounding detail helps find the cause. Drop it all into a bug report. Both tools are free and need no account.