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
call dapui.setup() again without close the dapui windows
check layout is open with layout:is_open()
step 4 will return false even though the UI is not closed. From the logs, opened_wins = {} So I suspect setup() cleanup the opened_wins without destroy them.
There are no places mentioned setup() should be called only once.
Maybe before setup() cleanup everything, put some error messages if there are still opened windows.
The text was updated successfully, but these errors were encountered:
ray-x
changed the title
Setup() should cleanup layout?
Is Setup() supposed to cleanup layout?
Jun 30, 2022
From what I see, if
step 4 will return false even though the UI is not closed. From the logs,
opened_wins = {}
So I suspect setup() cleanup the opened_wins without destroy them.There are no places mentioned setup() should be called only once.
Maybe before setup() cleanup everything, put some error messages if there are still opened windows.
The text was updated successfully, but these errors were encountered: