![]() |
|
application freezing - Printable Version +- AB4D Forum (https://forum.ab4d.com) +-- Forum: Products Forums (https://forum.ab4d.com/forumdisplay.php?fid=4) +--- Forum: Ab3d.PowerToys (https://forum.ab4d.com/forumdisplay.php?fid=9) +--- Thread: application freezing (/showthread.php?tid=4212) |
application freezing - Radu Iordanescu - 09-09-2020 Hello, Sometimes when I zoom a model (like the one in the picture) the application freezes for seconds and even minutes. Otherwise it works just fine. What could be the problem? Thank you RE: application freezing - abenedik - 09-10-2020 It is hard to say what causes the freeze - the best way to find that out is to press pause in the Visual Studio when the freeze happens. This will stop the execution of the application and you will be should be able to see the call stack where the application is - you should observe the Threads window to see where the threads are. Also it would be good to have "Just my code" option in Debugger options unchecked so Call stack will also show you the call stack that is not "your code". |