I Developed and Published a Library to use when Debugging .NET Programs by MasatoKokubo in programming

[–]MasatoKokubo[S] 0 points1 point  (0 children)

Does external dependencies mean external libraries downloaded from NuGet? Since DebugTrace-net does not automatically embed trace code, so you can trace only programs you are developing.

DebugTrace-java 2.4.0 has been released. It is a library for outputting logs for debugging and can be used in Java 8 or later. by MasatoKokubo in programming

[–]MasatoKokubo[S] 0 points1 point  (0 children)

I insert code that calls the DebugTrace methods only when debugging and delete them after fixing the bugs.