Fix detection of existing debug log file, if there is one, so it is copied correctly into DLM's debug log file. Auto update entries table when logging is enabled, including when copying entries from ...
The Java Class File Disassembler (javap) is a useful tool for the Java developer that I have referenced in previous blog posts covering a variety of contexts such as detecting the innards of a Groovy ...
debugForFile takes in the current path to your file, creates a namespace string based off your package name and the file's path, and passes that namespace to debug. Some examples: Hand-writing debug ...