From 83bdcafb267b4c296a2e9d5d91de25389c832101 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Mon, 21 Apr 2025 21:23:04 +0100 Subject: [PATCH] Update remote_debugging.rst --- Doc/howto/remote_debugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/remote_debugging.rst b/Doc/howto/remote_debugging.rst index 37c3572c8a3c31..5e776eb6816957 100644 --- a/Doc/howto/remote_debugging.rst +++ b/Doc/howto/remote_debugging.rst @@ -531,7 +531,7 @@ present and accessible to the target process during execution. Summary ======= -To inject and execute a Python script in a remote parocess: +To inject and execute a Python script in a remote process: 1. Locate the ``PyRuntime`` structure in the target process’s memory. 2. Read and validate the ``_Py_DebugOffsets`` structure at the beginning of