You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix missing gdb.printing import for the pretty print script
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user