Debugging Java with JNI on HPC machine

If you have worked on CLI based machines, where there is no way of running GUI debugger (e.g. TotalView) you probably know the struggle of debugging JNI based code. In case you can connect to machines remotely, it’s quite OK. If not, there is nothing else than CLI based environment.

I am working on a new movie that will show how to debug JNI based code using lldb and jdb.