File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ the target process's memory space. The ``eval_breaker`` and ``remote_debugger_su
180180offsets are relative to each ``PyThreadState ``, while the ``debugger_pending_call ``
181181and ``debugger_script `` offsets are relative to each ``_PyRemoteDebuggerSupport ``
182182structure, allowing the new structure and its fields to be found regardless of
183- where they are in memory. ``debugger_script_path_sizee `` informs the attaching
183+ where they are in memory. ``debugger_script_path_size `` informs the attaching
184184tool of the size of the buffer.
185185
186186Attachment Protocol
@@ -470,11 +470,11 @@ them to force their malicious code to be executed rather than the code the
470470debugger intends to run.
471471
472472Using a Single Runtime Buffer
473- -----------------------------------
473+ -----------------------------
474474
475475During the review of this PEP it has been suggested using a single
476476shared buffer at the runtime level for all debugger communications. While this
477- appeared simpler and requiring less memory, we discovered it would actually prevent scenarios
477+ appeared simpler and required less memory, we discovered it would actually prevent scenarios
478478where multiple debuggers need to coordinate operations across different threads,
479479or where a single debugger needs to orchestrate complex debugging operations. A
480480single shared buffer would force serialization of all debugging operations,
You can’t perform that action at this time.
0 commit comments