I am new to android. I have developed an app which is working fine. It is a distributed app where different devices can interact with each other with shared data between them. However what i do is that most of the portion is java code, which i did in NetBeans and then copy paste with minor changes so that it works in the android environment.
Now my question is regarding the debugging i don't want the emulator to pop up and process the whole thing, as any input from textbox or any other source, i have provided as a static text to the variables, for debugging sake. is it possible to just debug the java file and see the result in the log? as i keep testing the code in Netbeans and once it works i copy it to Android, i searched but did not find any answer, but i am sure there will be some way around.