DOC: Remove and Update out of date Docker Image issue with #61511#61550
DOC: Remove and Update out of date Docker Image issue with #61511#61550jacksnnn wants to merge 2 commits into
Conversation
jacksnnn
commented
Jun 4, 2025
- Addresses & closes DOC: Docker image provided on "Debugging C extensions" is out of date #61511
- All code checks passed.
|
@WillAyd do you mind having a look? I think we should also remove the container if it's not maintained, not only the docs. |
| +Using ``cygdb`` directly (recommended) | ||
| +-------------------------------------- | ||
| + | ||
| +The previously advertised Docker image (``pandas/pandas-debug``) is **no longer |
There was a problem hiding this comment.
Let's remove any references to the previously documented approach and just keep this as reflecting the current best practice
| + <debugging_c_extensions>`). | ||
| +2. Install the helpers:: | ||
| + | ||
| + pip install cython cython-gdb |
There was a problem hiding this comment.
Do we need this? Shouldn't the environment users have already set up for development already provide this?
| +variables with the commands documented in the `Cython debugging guide | ||
| +<https://docs.cython.org/en/latest/src/userguide/debugging.html#using-the-debugger>`_. | ||
| + | ||
| +If you need a full system debugger, ensure *gdb* (or *lldb* on macOS) is |
There was a problem hiding this comment.
Aren't these required to use cygdb in the first place?
|
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
|
Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen. |