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
I have a multi-threaded program where I add a ProgressBar with length 100 to a multi bar and then continue to tick() and set_length() the bar (increasing values, as I see in the log output). The bar gets drawn when it initializes, but not afterwards until I finish() it.
How can I debug what's happening here?
Unfortunately, I cannot share the code. Hope you understand and that you can guide me through the process of debugging this anyways!