You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ex...@nokia.com on 2011/11/23 16:50:59 UTC

Turning on degubbing switch (-g) with javac

Hi
It should be really easy and straightforward thing to turn on the javac -g option to generate debug information, but for some funny reason I cannot do it.

I tried "mvn -Dmaven.compiler.debug=true -Dmaven.compiler.debuglevel=lines,vars,source compile"
but what I get is 
[DEBUG]   (f) compilerId = javac
[DEBUG]   (f) debug = false
[DEBUG]   (f) debuglevel = lines,vars,source

Thanks for any hints.

--jaakko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org