{"id":16971732,"url":"https://github.com/juancarlospaco/nim-printdebug","last_synced_at":"2026-05-17T09:46:04.237Z","repository":{"id":151515559,"uuid":"150182898","full_name":"juancarlospaco/nim-printdebug","owner":"juancarlospaco","description":"Print Debug for Nim, tiny 3 lines Lib, C Target.","archived":false,"fork":false,"pushed_at":"2018-09-25T00:48:20.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T14:48:40.625Z","etag":null,"topics":["debug","debug-scripts","nim","nim-lang"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juancarlospaco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-24T23:55:45.000Z","updated_at":"2018-10-09T11:48:26.000Z","dependencies_parsed_at":"2023-05-18T21:45:25.539Z","dependency_job_id":null,"html_url":"https://github.com/juancarlospaco/nim-printdebug","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancarlospaco%2Fnim-printdebug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancarlospaco%2Fnim-printdebug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancarlospaco%2Fnim-printdebug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancarlospaco%2Fnim-printdebug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juancarlospaco","download_url":"https://codeload.github.com/juancarlospaco/nim-printdebug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244860611,"owners_count":20522466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debug","debug-scripts","nim","nim-lang"],"created_at":"2024-10-14T00:54:14.805Z","updated_at":"2025-10-13T19:36:44.895Z","avatar_url":"https://github.com/juancarlospaco.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nim-PrintDebug\n\nPrint Debug for Nim, tiny 3 lines Lib, C Target.\n\nIt can print the variable name, value, source full file path and line number.\n\nFor `char` it prints the integer number too. Works when **not** build for Release.\n\n\n# Use\n\n```nim\nimport printdebug\nvar a = 42\nidebug(a)\n```\n\n- Run the module itself for an Example.\n\n\n# Install\n\n- `nimble install printdebug`\n\n\n# idebug versus echo\n\nidebug output:\n\n```nim\n/tmp/nimcache/d/probando/probando.c:184: a_2rnMjDfJU69afSGaL7CTTDA = 3\n/tmp/nimcache/d/probando/probando.c:186: b_sw8ZYR5hWNvML7CcjrPwkQ = 42\n/tmp/nimcache/d/probando/probando.c:188: c_lQAeo5PI3JAPlfNIWPH79bA = 3.14\n/tmp/nimcache/d/probando/probando.c:190: d_H9c4CM9abttjArqE9asp7imUg = z\n/tmp/nimcache/d/probando/probando.c:192: e_VE76pRVq9aqJNDCqxzP7u4w = 3\n/tmp/nimcache/d/probando/probando.c:194: f_Yg3H7j9aNXp13XcVjw1pdug = 42\n/tmp/nimcache/d/probando/probando.c:196: g_u2dRosJ5dbpg1SDH9aO9bZKQ = 3.14\n/tmp/nimcache/d/probando/probando.c:198: h_GjCvcrfdrjTJpUMO9aT0s1g = z\n```\n\necho output:\n\n```nim\n3\n42\n3.14\nz\n3\n42\n3.14\nz\n```\n\n\n# Requirements\n\n- None\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuancarlospaco%2Fnim-printdebug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuancarlospaco%2Fnim-printdebug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuancarlospaco%2Fnim-printdebug/lists"}