Ferrite.jl
Ferrite.jl copied to clipboard
Replace debug macro
Our debug macro is in conflict with the logging debug macro. We should introduce a new macro which marks debug code paths, such that @debug is reserved for log messages. If there is a performance hit associated, then we should wrap the debug logging macro in another macro with different name.