# debug **Repository Path**: toy80/debug ## Basic Information - **Project Name**: debug - **Description**: Implement Assert, Trace and Print[f|ln] functions for debugging purpose. - **Primary Language**: Go - **License**: Unlicense - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-22 - **Last Updated**: 2021-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # debug Implement Assert, Trace and Print[f|ln] functions for debugging purpose. For "DEBUG" branch, build the project with "-tags debug" to activate these functions. For "RELEASE" branch, build without "-tags debug", these functions will be eliminated by the optimizer.