i3 is a standard software breakcode (opcode 0xCC), when you set a breakpoint the debugger replaces the opcode under the breakpoint location with 0xCC (int 3), when the debugger hits this opcode, it breaks and restores the original opcode (after clicking go again) we use an exception handler to switch found from true to false without the debugger, something has to handle the breakpoint exception (o
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected