How to locate the cause for a consistent plugin crash
Hi,
I have an animated display panel for navigating around, zooming in and out, to explore a displayed document for customization. The code is robust and mature and works consistently...
Until now.
The change has been to allow a bigger display panel - full screen dimensions - that's it. Now what happens is an unpredictable wipe-out of the entire plugin. EG: Browser in IE displays a big "!", in FireFox I see a sad face...
I have seen something similar where entirely correct code would wipe out the browser unless some 3D animation code was throttled (fewer clips, updated less frequently), so I suspect there will be a workaround here to cut back on the amount of work the plugin is doing. The crash appears to happen in response to an animation to rescale / zoom the content and my best guess is that there is some display parameter that goes above a certain (very large) number, but I can't work out _which_ display parameter I need to constrain. I was able to _partially_ alleviate the problem by preventing zoom above an arbitrarily chosen threshold, but I am still seeing crashes.
So...
Please can somebody direct me to any plugin logging or diagnostic information that will help me to work out a bit more?
Thanks,
G