Thanks. It seems that processEvents() inside Qt C++ code is the only solution to use script debugger for long executing script.
Thanks. It seems that processEvents() inside Qt C++ code is the only solution to use script debugger for long executing script.
You can also make your C++ call asynchronous. The contents of it can run in a separate thread while the script itself (and thus the main application) continues execution.
Bookmarks