{"id":20091411,"url":"https://github.com/tejasbubane/debug-insert","last_synced_at":"2025-10-08T07:39:30.157Z","repository":{"id":145488369,"uuid":"168153475","full_name":"tejasbubane/debug-insert","owner":"tejasbubane","description":"Emacs minor mode to insert debug commands with keybinding","archived":false,"fork":false,"pushed_at":"2019-01-29T14:28:13.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T09:51:25.681Z","etag":null,"topics":["emacs","emacs-lisp","emacs-mode"],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tejasbubane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-01-29T12:47:14.000Z","updated_at":"2019-01-29T14:28:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e3ecaba-2067-44cd-bdda-943fea351b90","html_url":"https://github.com/tejasbubane/debug-insert","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tejasbubane/debug-insert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Fdebug-insert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Fdebug-insert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Fdebug-insert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Fdebug-insert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tejasbubane","download_url":"https://codeload.github.com/tejasbubane/debug-insert/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Fdebug-insert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278909716,"owners_count":26066887,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":["emacs","emacs-lisp","emacs-mode"],"created_at":"2024-11-13T16:32:00.438Z","updated_at":"2025-10-08T07:39:30.140Z","avatar_url":"https://github.com/tejasbubane.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Debug Insert\n\n[![Build Status](https://travis-ci.org/tejasbubane/debug-insert.svg?branch=master)](https://travis-ci.org/tejasbubane/debug-insert)\n\nEmacs minor mode to insert debug commands a point. Detects major mode and uses\ndefault commands but also allows providing custom commands for different languages.\n\n### Usage\n\nEnable as a hook to your language:\n\n```elisp\n(add-hook 'ruby-mode-hook (debug-insert-mode 1))\n```\n\nOptionally pass in a different debugger command you would like to use:\n\n```elisp\n;; Use `binding.pry` instead of the default `byebug` for ruby code\n(add-hook 'ruby-mode-hook (lambda () (debug-insert-mode 1 \"binding.pry\")))\n```\n\nCurrently these commands are supported:\n\nLanguage | Debug Command\n---------|--------------\nRuby | byebug\nJavascript | debugger\nEmacs Lisp | (debug)\nElixir | IEx.pry\n\nPRs for adding more languages are always welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejasbubane%2Fdebug-insert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftejasbubane%2Fdebug-insert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejasbubane%2Fdebug-insert/lists"}