hoffstadt / hoffstadt/DearPyGui

Debug Window broken

Open
#2,231 3 comments 2 reactions 0 assignees View on GitHub
state: pending type: bug
Dominant language
C++
Stars
15.6k
Forks
783
PR merge metrics
No merged PRs in 30d

Description

## Version of Dear PyGui

Version: 1.10.1
Operating System: Windows 10

## My Issue/Question

show_debug() shows this window and does not execute commands:
![image](https://github.com/hoffstadt/DearPyGui/assets/1783474/f0506244-ff1c-4c9c-9e33-dddd837cfa87)

logger also appears to be gone as well.

## To Reproduce

Steps to reproduce the behavior:
1. run dpg hello world + show_debug()
2. try any command

## Expected behavior

As documented, we expect to see the object tree and some kind of output (previously through logger):
https://youtu.be/zcGWJjGSn-w?si=TMXC0NJF3c_dhzQM&t=194

## Screenshots/Video

See above.

## Standalone, minimal, complete and verifiable example

```python
# Here's some code anyone can copy and paste to reproduce your issue
import dearpygui.dearpygui as dpg

dpg.create_context()
dpg.create_viewport()
dpg.setup_dearpygui()

with dpg.window(label="tutorial"):
dpg.add_button(label="Press me")

show_debug()

dpg.show_viewport()
dpg.start_dearpygui()
dpg.destroy_context()
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.