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

Debug Panel

An asset by breadpack
The page banner background of a mountain and forest
Debug Panel hero image

Quick Information

0 ratings
Debug Panel icon image
breadpack
Debug Panel

It's a simple debug panel. Enable `Dp` plugin to use it.Here's how you can use it:```gdscript# Insert or update row by id with provided valueDp.push(&"FPS", "%.0f" % Engine.get_frames_per_second())# Hide row by idDp.hide(&"FPS")# Show row by idDp.show(&"FPS")# Erase row by idDp.erase(&"FPS")# Remove all rows from panelDp.clear()# Debug panel visibiltyDb.visible = falseDb.visible = true```

Supported Engine Version
4.6
Version String
0.1
License Version
MIT
Support Level
community
Modified Date
4 hours ago
Git URL
Issue URL

It's a simple debug panel. Enable `Dp` plugin to use it.

Here's how you can use it:

```gdscript
# Insert or update row by id with provided value
Dp.push(&"FPS", "%.0f" % Engine.get_frames_per_second())

# Hide row by id
Dp.hide(&"FPS")

# Show row by id
Dp.show(&"FPS")

# Erase row by id
Dp.erase(&"FPS")

# Remove all rows from panel
Dp.clear()

# Debug panel visibilty
Db.visible = false
Db.visible = true

```

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
Debug Panel icon image
breadpack
Debug Panel

It's a simple debug panel. Enable `Dp` plugin to use it.Here's how you can use it:```gdscript# Insert or update row by id with provided valueDp.push(&"FPS", "%.0f" % Engine.get_frames_per_second())# Hide row by idDp.hide(&"FPS")# Show row by idDp.show(&"FPS")# Erase row by idDp.erase(&"FPS")# Remove all rows from panelDp.clear()# Debug panel visibiltyDb.visible = falseDb.visible = true```

Supported Engine Version
4.6
Version String
0.1
License Version
MIT
Support Level
community
Modified Date
4 hours 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