I'm attempting to debug a PloneTestCase I've written. This is just a standard Python file (Plone isn't up-and-running). When I debug it, the current line jumps all over. It stops on comments, empty line, and not on some code lines. The output to cosole isn't what it should be for the line executed. Any ideas what's wrong?