File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -394,6 +394,8 @@ to make the output easier to understand.
394394 =list: Elements are displayed in a tabular format.
395395 =parents: Elements and parents are displayed in a tree format.
396396 =view: Elements, parents and children are displayed in a tree format.
397+ =debugger: Lines, and optionally variables and instructions are
398+ displayed in a way to simulate stepping through a debugger.
397399
398400 The **list ** layout presents the logical elements in a tabular form
399401without any parent-child relationship. This may be the preferred way to
@@ -417,6 +419,10 @@ The combined **view** layout includes the elements that match any given
417419criteria (:option: `--select `) or (:option: `--compare `), its parents
418420and children.
419421
422+ The combined **debugger ** layout prints each statement line in order and
423+ variables live at each line (if `--print=symbols ` given), as well as
424+ instructions (if `--print=instructions ` given).
425+
420426**Notes **:
421427
4224281. When a selection criteria (:option: `--select `) is specified with no
You can’t perform that action at this time.
0 commit comments