Refresh of debugger
This commit is contained in:
parent
cf02da33c9
commit
4d756d58cb
2 changed files with 9 additions and 9 deletions
|
@ -12,7 +12,6 @@ import PySimpleGUIdebugger
|
|||
PySimpleGUIdebugger.refresh(locals(), globals())
|
||||
"""
|
||||
|
||||
PySimpleGUIdebugger.initialize()
|
||||
|
||||
layout = [
|
||||
[sg.T('A typical PSG application')],
|
||||
|
@ -29,6 +28,7 @@ window = sg.Window('This is your Application Window', layout)
|
|||
# Variables that we'll use to demonstrate the debugger's features
|
||||
counter = 0
|
||||
timeout = 100
|
||||
PySimpleGUIdebugger.initialize()
|
||||
|
||||
while True: # Event Loop
|
||||
PySimpleGUIdebugger.refresh(locals(), globals()) # call the debugger to refresh the items being shown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue