Until recently, I managed to use the built-in debugging feature. I encoded in java and returned to my own code, but now I can not debug my own debugger. It will work with a previously working debugging configuration, but I get a Null Pointer error when starting immediately when it is attached:
'Running [debug config]' has encountered a problem.
An internal error occurred during "Run [debug config]".
java.lang.NullPointerException
The application will run on the device, but will not hit breakpoints. Has anyone seen this, it made me nuts?
source
share