1
0
Fork 0

Merge pull request #105494 from YeldhamDev/mirror_on_the_wall_who_is_the_prettiest_of_them_all

Fix missing `gdb.printing` import for the pretty print script
This commit is contained in:
Thaddeus Crews 2025-04-21 08:24:17 -05:00
commit ec6374990b
No known key found for this signature in database
GPG Key ID: 8C6E5FEB5FC03CCC
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ From there you can figure out how to print it nicely.
import re
import gdb # type: ignore
import gdb.printing # type: ignore
# Printer for Godot StringName variables.