Skip to content

Commit

Permalink
Make sure all debug info is included
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Aug 31, 2023
1 parent 12a5d14 commit 1857b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions task/src/main/java/pro/javacard/ant/JavaCard.java
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ private void compile() {
j.setDestdir(tmp.toFile());
// See "Setting Java Compiler Options" in User Guide
j.setDebug(true);
j.setDebugLevel("lines,vars,source");

// set the best option supported by jckit
String javaVersion = JavaCardSDK.getJavaVersion(jckit.getVersion());
Expand Down

0 comments on commit 1857b2f

Please sign in to comment.