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 6076548 commit a9d3ea9Copy full SHA for a9d3ea9
1 file changed
Include/cpython/pystate.h
@@ -32,7 +32,6 @@ typedef int (*Py_tracefunc)(PyObject *, PyFrameObject *, int, PyObject *);
32
/* Remote debugger support */
33
# define MAX_SCRIPT_PATH_SIZE 512
34
typedef struct _remote_debugger_support {
35
- int enabled;
36
int debugger_pending_call;
37
char debugger_script_path[MAX_SCRIPT_PATH_SIZE];
38
} _PyRemoteDebuggerSupport;
0 commit comments