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

