Update debugger documentation for new debug commands
diff --git a/site/debugger.md b/site/debugger.md
index aaccc69..5b42466 100644
--- a/site/debugger.md
+++ b/site/debugger.md
@@ -156,10 +156,6 @@
 
      : Display the differences from the previous state.
 
-     ``discriminator``
-
-     : Display whether or not a discriminator is set. Abbreviation: ``dis``
-
      ``displays``
 
      : Display the current ``display`` expressions. Abbreviation: ``di``
@@ -168,6 +164,10 @@
 
      : Display the most recently found delimiter. Abbreviation: ``fd``
 
+     ``foundField``
+
+     : Display the most recently found field. Abbreviation: ``ff``
+
      ``groupIndex``
 
      : Display the current group index. Abbreviation: ``gi``
@@ -192,10 +192,22 @@
 
      : Display the current schema component designator/path.
 
+     ``pointsOfUncertainty``
+
+	 : Display the list of unresolved points of uncertainty. Abbreviation: ``pou``
+
+     ``suspensions``
+
+	 : Display the list of suspensions. Abbreviation: ``sus``
+
      ``unparser``
 
      : Display the current unparser. Abbreviation: ``u``
 
+     ``variables``
+
+     : Display in-scope state of variables. Abbreviation: ``v``
+
 ``quit``
 
    : Immediately abort all processing.
@@ -223,6 +235,10 @@
 
         : Set the number of bytes to display when displaying input data. If negative, display all input data. This only affects the ``info data`` command. Defaults to ``70``.
 
+     ``diffExcludes <strings...>``
+
+        : Set info comamnds to exclude in the 'info diff' command. Multiple arguments separated by a space excludes multiple commands. Zero arguments excludes no commands.
+
      ``infosetLines <integer>``
 
         : Set the maximum number of lines to display when displaying the infoset. This only affects the ``info infoset`` command. This shows the last number of lines of the infoset. If the number is less than or equal to zero, the entire infoset is printed. Defaults to ``-1``.