Skip to content
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

Debug Window broken #2231

Open
jhgorse opened this issue Nov 28, 2023 · 3 comments
Open

Debug Window broken #2231

jhgorse opened this issue Nov 28, 2023 · 3 comments
Labels
state: pending not addressed yet type: bug bug

Comments

@jhgorse
Copy link

jhgorse commented Nov 28, 2023

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

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

# 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()
@jhgorse jhgorse added state: pending not addressed yet type: bug bug labels Nov 28, 2023
@jhgorse
Copy link
Author

jhgorse commented Nov 28, 2023

Reproduced on macOS.

@jhgorse
Copy link
Author

jhgorse commented Nov 28, 2023

show_imgui_demo() works so it is the logging mechanism which appears to be missing.

@jhgorse
Copy link
Author

jhgorse commented Nov 28, 2023

Found the logger, but it does not output anything when the Debug Window run is clicked.
hoffstadt/DearPyGui_Ext#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: pending not addressed yet type: bug bug
Projects
None yet
Development

No branches or pull requests

1 participant