Skip to content

Commit

Permalink
Update pep-0778.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
pablogsal and hugovk authored Dec 7, 2024
1 parent b1b72a9 commit e200b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions peps/pep-0778.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ When a debugger wants to attach to a Python process, it follows these steps:
4. Use the offsets to locate the debugger interface fields within that thread state

5. Write control information:

- Write python code to be executed into the ``debugger_script`` field in ``_PyRemoteDebuggerSupport``
- Set ``debugger_pending_call`` flag in ``_PyRemoteDebuggerSupport``
- Set ``_PY_EVAL_PLEASE_STOP_BIT`` in the ``eval_breaker`` field
Expand Down

0 comments on commit e200b41

Please sign in to comment.