diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2011-09-23 17:51:41 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-09-23 18:27:57 +0200 |
commit | b848a2eb7ff2d58251d1f83356c6e6e7a74f23ea (patch) | |
tree | e2592c62abc33fa61d203f69e27085c4271301a0 /sw/Library_sw.mk | |
parent | 6cb1cb26d8b512fa91bed8eb070fb68b6c839dff (diff) |
debug support for dumping writer nodes structure
Similarly to the layout debug support. F12 -> layout, Shift+F12 -> nodes.
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r-- | sw/Library_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index f1e7d5c72425..a486d5c4d2ff 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -215,6 +215,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/core/docnode/ndtbl \ sw/source/core/docnode/ndtbl1 \ sw/source/core/docnode/node \ + sw/source/core/docnode/nodedump \ sw/source/core/docnode/node2lay \ sw/source/core/docnode/nodes \ sw/source/core/docnode/observablethread \ |