Skip to content

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jacksnnn
Copy link

@jacksnnn jacksnnn commented Jun 4, 2025

@jacksnnn jacksnnn requested a review from noatamir as a code owner June 4, 2025 04:40
@datapythonista
Copy link
Member

@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
Copy link
Member

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
Copy link
Member

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
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants