I have discovered some issues in my program.
I was using log4j for logging,
however, inside the log file, all line number become \"?\".
The conversati
You are most probably missing debug information in your compiled artifacts. I.e. it is not log4j's fault, you need to make sure you are compiling your stuff with debug information included. A quick test would be to try and debug your app with your favourite IDE. If there is no debug info it will complain and won't establish debug session...