Fix missing gdb.printing import for the pretty print script

This commit is contained in:
Michael Alexsander 2025-04-17 11:58:55 -03:00
parent c5c1cd4440
commit 81429da4ab
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA

View file

@ -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.