Closed cdcseacave closed 3 years ago
Good idea.
If you're really annoyed you can build your own version of the extension after commenting out this section: https://github.com/awulkiew/graphical-debugging/blob/v0.32/Visual_Studio_2017/GraphicalDebugging/ExpressionLoader_Util.cs#L27-L47
Done in v0.33. The loading is no longer blocked. The window is shown after 3s and continues to show ellapsed time until the loading is finished or a user clicks the Stop button.
The wait popup whenever there is a large geometry to be displayed is very annoying; would be very helpful a way to disable it or at least make that popup window not blockable and let the thread continue to process while it is open and waiting an input from the user; in case that happens first it will just auto close it too