MCPcopy Create free account
hub / github.com/WheretIB/nullc / Breakpoint

Class Breakpoint

SuperCalc.cpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93Colorer* colorer;
94
95struct Breakpoint
96{
97 HWND tab;
98 unsigned int line;
99 bool valid;
100};
101
102std::vector<HWND> richEdits;
103std::vector<HWND> attachedEdits;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected