idlex icon indicating copy to clipboard operation
idlex copied to clipboard

Debugging while running

Open nbbm26 opened this issue 5 years ago • 1 comments

Breakpoint integration desired for gdb pytest or something. Not impossible, looking to contribute to this and possibly other issues.

nbbm26 avatar Mar 21 '19 16:03 nbbm26

The IDLE debugger is complicated and fragile due to its history of first being an in-process debugger before IDLE gained its subprocess capabilities, and then proxying results through its RPC. It needs to be re-written before pytest and gdb integration can be done.

serwy avatar Aug 29 '19 13:08 serwy