Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
BreakpointColumn Namespace Reference

Column indices for the Breakpoints tree model. More...

Variables

constexpr int Active = 0
constexpr int Hits = 1
constexpr int Line = 2
constexpr int Location = 3
constexpr int Count = 4

Detailed Description

Column indices for the Breakpoints tree model.

Line is hidden by LuaDebuggerBreakpointsController::configureColumns; the visible-to-the-user order is therefore Active, Hits, Location. Hits sits next to Active so the at-a-glance "is this breakpoint armed and how close to firing" cue lives right next to the on/off checkbox; Location stays the elastic last column.