{"id":26131935,"url":"https://github.com/trepan-debuggers/kshdb","last_synced_at":"2025-07-31T00:38:37.446Z","repository":{"id":421701,"uuid":"41583","full_name":"Trepan-Debuggers/kshdb","owner":"Trepan-Debuggers","description":"Korn Shell (93v- 2014-12-24 or greater) Debugger","archived":false,"fork":false,"pushed_at":"2024-06-17T16:32:09.000Z","size":971,"stargazers_count":38,"open_issues_count":0,"forks_count":5,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-13T20:52:04.032Z","etag":null,"topics":["debugger","ksh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Trepan-Debuggers.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2008-08-11T01:57:55.000Z","updated_at":"2025-03-26T13:00:08.000Z","dependencies_parsed_at":"2024-06-17T18:25:54.104Z","dependency_job_id":"36f2bf18-c8c2-4e9a-af97-ded2d1990a06","html_url":"https://github.com/Trepan-Debuggers/kshdb","commit_stats":null,"previous_names":["trepan-debuggers/kshdb"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Trepan-Debuggers/kshdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trepan-Debuggers%2Fkshdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trepan-Debuggers%2Fkshdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trepan-Debuggers%2Fkshdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trepan-Debuggers%2Fkshdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Trepan-Debuggers","download_url":"https://codeload.github.com/Trepan-Debuggers/kshdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trepan-Debuggers%2Fkshdb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267967720,"owners_count":24173566,"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-07-30T02:00:09.044Z","response_time":70,"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":["debugger","ksh"],"created_at":"2025-03-10T22:21:23.795Z","updated_at":"2025-07-31T00:38:37.405Z","avatar_url":"https://github.com/Trepan-Debuggers.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Packaging status](https://repology.org/badge/vertical-allrepos/kshdb.svg)](https://repology.org/project/kshdb/versions)\n\nIntroduction\n============\n\nThis is a port and my `bash` debugger, [bashdb](http://bashdb.sf.net), and\n`zsh` debugger, [zshdb](http://github.com/rocky/zshdb).\n\nThe command syntax generally follows that of the GNU debugger `gdb`.\n\nHowever this debugger depends on a number of bug fixes and of debugging\nsupport features that are neither part of the POSIX 1003.1 standard\nand only in later ksh93v- releases. In particular, there are fixes to a\nnumber of the `.sh` variables like `.sh.level` and `.sh.file`, and\n[fixes to for handling IO redirection](https://github.com/att/ast/issues/582).\n\n\nTo see if there is recent-enough version for your favorite distirbution, see the repology.org [list](https://repology.org/project/ksh/versions).\n\nSource code to later ksh releases can be found in the [github att/ast](https://github.com/att/ast) repository.\n\n\nInstallation\n============\n\nSee the [wiki](https://github.com/rocky/kshdb/wiki/How-to-install) for\nhow to install this code.\n\nDebugger documentation\n======================\n\nThere is extensive command documentation inside the debugger itself.\n\nHowever see the [wiki](https://github.com/rocky/kshdb/wiki) and [documentation](http://kshdb.readthedocs.io/en/latest/)\nfor more information on this debugger.\n\n\nWhat's here, what's not and why not\n===================================\n\nWhat's missing falls into two categories:\n\n  * Stuff that might be ported in a straightforward way from `bashdb` or `zshdb`\n  * Stuff that needs additional `ksh` support\n\nWhat's not here yet in detail\n-----------------------------\n\nThis can be done with or without support from `ksh`, albeit faster with\nhelp from `ksh`.\n\n* Setting `$0`\n* lots of other stuff including...\n  * display expressions, signal handling,\n  * command completion\n  * debugger commands:\n     * file  - sets file name for the current source\n     * handle - specify debugger signal handling\n     * history - rerun a debugger command from its history\n     * signal - send a signal to the process\n     * tty - set output device for debugger output\n     * watch - Set or clear a watch expression.\n\nNone of this is rocket science; most of it should be pretty straight-forward to add.\n\n_I use a project's ratings to help be determine the priority I should give to it.\nYou'll see that this project's rating is far behind [zshdb's](http://github.com/rocky/zshdb)_\n\n\nWhat may need more work and support from ksh\n--------------------------------------------\n\n* command completion\n* stopping points that are valid for a `breakpoint` command\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrepan-debuggers%2Fkshdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrepan-debuggers%2Fkshdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrepan-debuggers%2Fkshdb/lists"}