Unable to debug Java code

Hi,
Im using tegra nsight 3.0r3 on Xiaomi Mipad. Java debugging does not work for me, I get Failed to set breakpoint: Object reference not set to an instance of an object.. from VS for every Java breakpoint, native breakpoints work on the other hand. Debugger is set to Java+Native in options, Ive tried to manually set Java source/classes paths there as well, but it didn`t help. Any suggestions are welcome.

Check ‘package com.ffff…’ in classes and real ‘src/com/…’ path to your Java source. It must be identical.