mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix missing gdb.printing
import for the pretty print script
This commit is contained in:
parent
c5c1cd4440
commit
81429da4ab
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ From there you can figure out how to print it nicely.
|
||||||
import re
|
import re
|
||||||
|
|
||||||
import gdb # type: ignore
|
import gdb # type: ignore
|
||||||
|
import gdb.printing # type: ignore
|
||||||
|
|
||||||
|
|
||||||
# Printer for Godot StringName variables.
|
# Printer for Godot StringName variables.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue