mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
GDB: Import gdb.printing
gdb.printing is not imported by default since version 16, for some reason
This commit is contained in:
@@ -28,6 +28,7 @@ Then you can interact with that variable:
|
||||
"""
|
||||
|
||||
import gdb
|
||||
import gdb.printing
|
||||
import re
|
||||
|
||||
pp_set = gdb.printing.RegexpCollectionPrettyPrinter("php")
|
||||
|
||||
Reference in New Issue
Block a user