Skip to content

Commit 2761377

Browse files
committed
debug
1 parent 9362d72 commit 2761377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pygccxml/declarations/scopedef.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def get_single(decl_matcher, decls, recursive=True):
9090
raise runtime_errors.declaration_not_found_t(decl_matcher)
9191
else:
9292
for x in answer:
93-
print("DEBUG", type(x), x, x.name)
93+
print("DEBUG", type(x), x, x.name, id(x))
9494
raise runtime_errors.multiple_declarations_found_t(decl_matcher)
9595

9696

0 commit comments

Comments
 (0)