Show node pointer value when displaying a node tree
For easier debugging when using -debug-module, -debug-top etc
This commit is contained in:
parent
d24694417f
commit
8173c5935e
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ void Swig_print_node(Node *obj) {
|
|||
Node *cobj;
|
||||
|
||||
print_indent(0);
|
||||
Printf(stdout, "+++ %s ----------------------------------------\n", nodeType(obj));
|
||||
Printf(stdout, "+++ %s - %p ----------------------------------------\n", nodeType(obj), obj);
|
||||
ki = First(obj);
|
||||
while (ki.key) {
|
||||
String *k = ki.key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue