#1102154 python3.13-dbg: gdb support is broken

Package:
python3.13-dbg
Source:
python3.13-dbg
Description:
Debug Build of the Python Interpreter (version 3.13)
Submitter:
Matthias Urlichs
Date:
2025-04-05 19:33:06 UTC
Severity:
normal
#1102154#5
Date:
2025-04-05 18:41:35 UTC
From:
To:
$ gdb python3.13
gdb > [ set breakpoint, start Python program ]
gdb > py-bt
Traceback (most recent call first):
  (unable to read python frame information)
  [ repeated ]

This works with Bookworm's python3.11.
It also works when I use the python3.13-dbg executable.

If this is not easily fixable, the python3.13-gdb.py script should print a
message (when it loads!) to the effect that the user should start py3.13-dbg
instead of wasting time.