We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48cd13 commit 01ce3d5Copy full SHA for 01ce3d5
libpython.gdb
@@ -0,0 +1,8 @@
1
+python
2
+# Adjust this import path to wherever the libpython files are stored.
3
+sys.path.append(".")
4
+
5
+import libpython
6
+import libpython_extensions
7
+import libpython_ui
8
+end
0 commit comments