Load debugpy when possible to allow python debugging in-program

This commit is contained in:
baldurk
2026-08-13 17:46:39 +01:00
parent 53e5e718b1
commit d71827d6a1
11 changed files with 523 additions and 6 deletions
@@ -72,6 +72,11 @@ extern "C" void ProcessDecRefQueue()
{
}
extern "C" PyObject *DoFunctionCall(PyObject *object, PyObject *args)
{
return PyObject_Call(object, args, NULL);
}
extern "C" RENDERDOC_EXPORT_API int _rd_python_minor_version()
{
return PY_MINOR_VERSION;