hoffstadt / hoffstadt/DearPyGui
Debug Window broken
- 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:

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
Assessment
This issue has not been assessed yet.