The flight recorder (danterm pane tape) event history lets me (or agents) debug exactly what went on in a pane and its pty session.
However right now it eagerly allocates a full 8 MB per pane to store events.
Not the biggest issue since twelve tabs with two panes each is 12*2*8 = ~200 MB, but the system could be polished with auto expansion/reclamation or conditional recording.
The flight recorder (
danterm pane tape) event history lets me (or agents) debug exactly what went on in a pane and its pty session.However right now it eagerly allocates a full 8 MB per pane to store events.
Not the biggest issue since twelve tabs with two panes each is 12*2*8 = ~200 MB, but the system could be polished with auto expansion/reclamation or conditional recording.