{"id":20473276,"url":"https://github.com/peter-lyons-kehl/dbg","last_synced_at":"2026-06-08T05:31:18.294Z","repository":{"id":83242492,"uuid":"156583828","full_name":"peter-lyons-kehl/dbg","owner":"peter-lyons-kehl","description":"Tracing evaluation order","archived":false,"fork":false,"pushed_at":"2018-11-08T07:41:14.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T13:53:41.131Z","etag":null,"topics":["clojure","debug","debugger-visualizer","debugging","debugging-tool","stack","stacktrace","trace","tracing"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peter-lyons-kehl.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-11-07T17:29:09.000Z","updated_at":"2018-11-08T07:41:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b5edb27-45c7-4334-adfc-e101310c9df7","html_url":"https://github.com/peter-lyons-kehl/dbg","commit_stats":null,"previous_names":["peter-lyons-kehl/dbg"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peter-lyons-kehl/dbg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-lyons-kehl%2Fdbg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-lyons-kehl%2Fdbg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-lyons-kehl%2Fdbg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-lyons-kehl%2Fdbg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peter-lyons-kehl","download_url":"https://codeload.github.com/peter-lyons-kehl/dbg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-lyons-kehl%2Fdbg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34050225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["clojure","debug","debugger-visualizer","debugging","debugging-tool","stack","stacktrace","trace","tracing"],"created_at":"2024-11-15T14:24:10.822Z","updated_at":"2026-06-08T05:31:18.271Z","avatar_url":"https://github.com/peter-lyons-kehl.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dbg\n\nA Clojure library designed to trace evaluation of functions calls, macros and special forms. It indents any output.\n\nIt logs entering and leaving functions or macros/special forms. It indents them, along with any inner output - simple and pretty. You prefix function calls with `dbgf` or macros/special forms with `dbg`. It works without any extra parens (). Hence diffs are shorter, easier to read. Isn't that practical?\n\n# Usage\n\n```\n(dbgf function-name-or-function-generating-expression parameters-if-any...)\n(dbg  macro-or-special-form-or-function-name parameters-if-any...)\n```\n\n## dbgloop and dbgrecur\nThose serve to replace `loop` and `recur`. However, in order to indent any output, they don't use tail recursion. Instead, they use stack. Hence they may run out of stack space for long iterations.\n \n```\n(dbgloop [initial bindings] forms...)\n(dbgrecur [new binding values])\n```\n\n[![Clojars Project](https://img.shields.io/clojars/v/dbg.svg)](https://clojars.org/dbg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-lyons-kehl%2Fdbg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeter-lyons-kehl%2Fdbg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-lyons-kehl%2Fdbg/lists"}