You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standalone, minimal, complete and verifiable example
# Here's some code anyone can copy and paste to reproduce your issueimportdearpygui.dearpyguiasdpgdpg.create_context()
dpg.create_viewport()
dpg.setup_dearpygui()
withdpg.window(label="tutorial"):
dpg.add_button(label="Press me")
show_debug()
dpg.show_viewport()
dpg.start_dearpygui()
dpg.destroy_context()
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: