mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Introduces LocationInfo struct sequence with end_lineno, col_offset, and end_col_offset fields. Adds opcodes parameter to RemoteUnwinder that extracts the currently executing opcode alongside its source span. Refactors linetable parsing to correctly accumulate line numbers separately from output values, fixing edge cases in computed_line. |
||
|---|---|---|
| .. | ||
| clinic | ||
| _remote_debugging.h | ||
| asyncio.c | ||
| code_objects.c | ||
| frames.c | ||
| module.c | ||
| object_reading.c | ||
| threads.c | ||