Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 188 Bytes

debug.md

File metadata and controls

9 lines (6 loc) · 188 Bytes

Useful debugging tools and snippets

Debug snippets

Map to lines string

.entrySet().stream().map(e -> e.getKey() + "=" + e.getValue()).collect(Collectors.joining("\n"))