WxPython/GTK3 graphical glitches starting with debugpy 1.8.8

Abierto
#1,788 9 comentarios 1 reacción 1 asignado Ver en GitHub

@AdamYoblick ya está trabajando en esto.

Desde el 19/12/2024.

Evaluación

Este issue todavía no se ha evaluado.

Descripción

bug needs repro

Environment data

  • debugpy version: 1.8.8 and greater
  • OS and version: ubuntu 24.04
  • Python version 3.12.3
  • Tested with WxPython version 4.2.1 and 4.2.2

Actual behavior

WxWidget GUI isn't drawn properly when debugger is connected. Some widgets are not drawn at all, and damages are not systematically repaired when scaling window. Window top becomes kind of transparent and shows non-updated pixels from background that follow when dragging window.

Expected behavior

When connecting debugger, WxPython draws normally.

expected actual
Image Image
Image Image

Steps to reproduce:

  • install wxPython and debugpy with PIP
  • download WxPython demo
  • run it with python -m "debugpy" --listen localhost:5678 demo.py
  • attach with vscode
          {
              "name": "Attach",
              "type": "python",
              "request": "attach",
              "connect": {
                  "port": 5678,
              }
          }
    
    
    

With pypi's debugpy==1.8.7 problem doesn't occur.

Lenguaje dominante
Python
Estrellas
2.5k
Forks
202
Merge medio
5 d 1 h
PR fusionados (30 d)
1

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de microsoft/debugpy

Todos los issues de microsoft/debugpy

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.