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