I often use a combination of debugger and browser log. For example, in your first picking event you can add: Browser Log "First pick: " & Object.PickedCount
In the second picking event: Browser Log "Second pick: " & Object.PickedCount & ", UID: " & Object.UID
Then run in the Debug Mode, open browser console, check the log and instances.