We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95b8f3 commit 4a6cebfCopy full SHA for 4a6cebf
src/monoclr/pynetclr.h
@@ -5,6 +5,7 @@
5
#include <mono/jit/jit.h>
6
#include <mono/metadata/environment.h>
7
#include <mono/metadata/mono-config.h>
8
+#include <mono/metadata/mono-debug.h>
9
#include <mono/metadata/debug-helpers.h>
10
#include <mono/metadata/assembly.h>
11
#include <glib.h>
src/monoclr/pynetinit.c
@@ -29,6 +29,7 @@ PyNet_Args *PyNet_Init(int ext)
29
}
30
pn_args->shutdown_name = "Python.Runtime:Shutdown()";
31
32
+ mono_debug_init(MONO_DEBUG_FORMAT_MONO);
33
pn_args->domain = mono_jit_init_version(MONO_DOMAIN, MONO_VERSION);
34
mono_domain_set_config(pn_args->domain, ".", "Python.Runtime.dll.config");
35
0 commit comments