Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Variables
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.