File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -454,15 +454,15 @@ its fields are defined by the ``_Py_DebugOffsets`` structure and include the
454454following:
455455
456456- ``debugger_script_path ``: A fixed-size buffer that holds the full path to a
457- Python source file (``.py ``). This file must be accessible and readable by
458- the target process when execution is triggered.
457+ Python source file (``.py ``). This file must be accessible and readable by
458+ the target process when execution is triggered.
459459
460460- ``debugger_pending_call ``: An integer flag. Setting this to ``1 `` tells the
461- interpreter that a script is ready to be executed.
461+ interpreter that a script is ready to be executed.
462462
463463- ``eval_breaker ``: A field checked by the interpreter during execution.
464- Setting bit 5 (``_PY_EVAL_PLEASE_STOP_BIT ``, value ``1U << 5 ``) in this
465- field causes the interpreter to pause and check for debugger activity.
464+ Setting bit 5 (``_PY_EVAL_PLEASE_STOP_BIT ``, value ``1U << 5 ``) in this
465+ field causes the interpreter to pause and check for debugger activity.
466466
467467To complete the injection, the debugger must perform the following steps:
468468
You can’t perform that action at this time.
0 commit comments