Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Copy All Errors

An asset by SmartMita
The page banner background of a mountain and forest
Copy All Errors hero image

Quick Information

0 ratings
Copy All Errors icon image
SmartMita
Copy All Errors

Adds a "Copy All" button to the Debugger's Errors panel, allowing you to copy all errors and warnings to the clipboard with one click. Supports both English and Chinese editor locales.

Supported Engine Version
4.0
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
2 days ago
Git URL
Issue URL

Copy All Errors — Godot Editor Plugin

A simple Godot 4.x editor plugin that adds a "Copy All" button to the Debugger's Errors panel, allowing you to copy all errors and warnings to the clipboard with one click.

README Godot 4.x README License: MIT

Features

  • Injects a Copy All (复制全部) button into the built-in Errors panel toolbar
  • Copies all errors and warnings in a clean, formatted text
  • Distinguishes between E (error) and W (warning) entries
  • Includes child details (stack trace, error codes, etc.)
  • Button shows a brief "Copied N items!" flash feedback
  • Works with both English and Chinese editor locales

Installation

From GitHub

  1. Download or clone this repository.
  2. Copy the addons/copy_all_errors folder into your project's addons/ directory.
  3. In Godot, go to Project → Project Settings → Plugins and enable Copy All Errors.

From Godot Asset Library

(Coming soon)

Usage

  1. Run your project and trigger some errors / warnings.
  2. Open the Debugger → Errors panel at the bottom of the editor.
  3. Click the 复制全部 (Copy All) button next to "Collapse All".
  4. Paste the copied content anywhere — issue trackers, chat, AI assistants, etc.

Example Output

E 0:00:02:145   MyScript.gd:42 — Attempted to call function 'foo' on a null instance.
  <Error> Method not found
  res://scripts/MyScript.gd:42

W 0:00:03:012   AnotherScript.gd:10 — UNUSED_VARIABLE
  <GDScript Warning> The local variable 'bar' is declared but never used.
  res://scripts/AnotherScript.gd:10

Compatibility

  • Godot 4.0+ (tested on 4.5 / 4.6.1)
  • Works on Windows, macOS, and Linux

License

MIT

Adds a "Copy All" button to the Debugger's Errors panel, allowing you to copy all errors and warnings to the clipboard with one click. Supports both English and Chinese editor locales.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Copy All Errors icon image
SmartMita
Copy All Errors

Adds a "Copy All" button to the Debugger's Errors panel, allowing you to copy all errors and warnings to the clipboard with one click. Supports both English and Chinese editor locales.

Supported Engine Version
4.0
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
2 days ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers