You're on the right track. Just set your breakpoint at the top of the routine, and step through. Instead of seeing if oVoteAuth = False, you can hover and see if your CC.Tag value is actually "voteauth" (maybe it's "Voteauth", etc).

Rather than set up the break point to see the result... set it up earlier and check everything as you step through.

You're getting close.