From 8b31a92f6168b1bb1e17ca64aebbe6e29c5fc24a Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 15 Sep 2010 22:26:34 +0000 Subject: [PATCH] Add missing typemap debug options to docs git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12222 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Extending.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/Manual/Extending.html b/Doc/Manual/Extending.html index c554d9f05..072f28963 100644 --- a/Doc/Manual/Extending.html +++ b/Doc/Manual/Extending.html @@ -3609,6 +3609,8 @@ There are various command line options which can aid debugging a SWIG interface -debug-top <n> - Display entire parse tree at stages 1-4, <n> is a csv list of stages -debug-typedef - Display information about the types and typedefs in the interface -debug-typemap - Display information for debugging typemaps +-debug-tmsearch - Display typemap search debugging information +-debug-tmused - Display typemaps used debugging information