breakpointModes property

List<BreakpointMode>? breakpointModes
final

Modes of breakpoints supported by the debug adapter, such as 'hardware' or 'software'. If present, the client may allow the user to select a mode and include it in its setBreakpoints request.

Clients may present the first applicable mode in this array as the 'default' mode in gestures that set breakpoints.

Implementation

final List<BreakpointMode>? breakpointModes;