-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DOC: Remove and Update out of date Docker Image issue with #61511 #61550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't these required to use cygdb in the first place?