Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c980ffd commit 3ebc22aCopy full SHA for 3ebc22a
1 file changed
Misc/gdbinit
@@ -12,8 +12,7 @@
12
#
13
# NOTE: If you have gdb 7 or later, it supports debugging of Python directly
14
# with embedded macros that you may find superior to what is in here.
15
-# See https://fedoraproject.org/wiki/Features/EasierPythonDebugging
16
-# and http://bugs.python.org/issue8032 for more gdb 7 python information.
+# See Tools/gdb/libpython.py and http://bugs.python.org/issue8032.
17
18
# Prints a representation of the object to stderr, along with the
19
# number of reference counts it current has and the hex address the
0 commit comments