py_debugger_exceptionbreakpoint method

void py_debugger_exceptionbreakpoint(
  1. py_Ref exc
)

Implementation

void py_debugger_exceptionbreakpoint(
  py_Ref exc,
) {
  return _py_debugger_exceptionbreakpoint(
    exc,
  );
}