mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-31 10:55:44 +00:00
Load debugpy when possible to allow python debugging in-program
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user