I'm using processing under gnu/linux to generate an Android app. I have an exception occuring in the java and I want to find the corresponding line in the pde file.
Is there a way I can see the generated java to tie up the exception line number to something I can backtrace into the pde?