mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#915 Adding debug information to class files created during tests
This commit is contained in:
parent
2bbc733932
commit
7b0079c6be
@ -399,6 +399,9 @@ abstract class CompilingStatement extends Statement {
|
|||||||
result.add( asOptionString( option ) );
|
result.add( asOptionString( option ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Add all debugging info to class files
|
||||||
|
result.add( "-g:source,lines,vars" );
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user