Debugging a sourcecode that uses Antenna's "preprocessing" feature.

I wonder if there's a way to use Eclipse(or any other IDEs) to debug(stepping through, set breakpoints, etc.) a code that look something like this:

//

//#ifdef conditionA

public class Screen implements Runnable

//#else

public class Screen implements Runnable, CommandListener

//

I tried searching Eclipse's documentation for "preprocess" but found nothing.

Thanks in advance!

Message was edited by:

Kakyoin

[476 byte] By [Kakyoina] at [2007-10-3 7:34:40]
«« jvm
»» calendar
# 1
Several days passed but still 0 reply.I'll assume that currently it's impossible to do the mentioned debugging then. ^_^;
Kakyoina at 2007-7-15 2:34:43 > top of Java-index,Archived Forums,Debugging Tools and Techniques...