How can I debug my QML program that hangs?
-
Hi. I have a program that has a rather large amount of code. For this reason it's not particularly plausible to insert console.log all over the place to see what's happening.
How can I use the Qt debugger to find out why my program is hanging?
It goes completely unresponsive. Windows gives me the option to end process when I try to use my application. If I choose to end the process, it can take up to 2 minutes for the process to finally end.Thanks
-
I have the same problem, did you find any solution for this ?