Are the class files in the jar compiled with debugging info stripped? For example, using the command line param '-g:none' when compiling with javac will strip debugging info and breakpoints won't...