To run unit test cases with the JDT debugger:
Set breakpoints in your Processor class as desired.
Right click the TestCase class and select Run As.
Select JUnit Test or Java Application.
The unit test is executed and the debugger will break as appropriate, allowing for full debugger functionality, including variable inspection and code stepping.