{"id":21770238,"url":"https://github.com/godzie44/bugstalker","last_synced_at":"2026-01-05T14:27:01.710Z","repository":{"id":65041869,"uuid":"579992560","full_name":"godzie44/BugStalker","owner":"godzie44","description":"Rust debugger for Linux x86-64","archived":false,"fork":false,"pushed_at":"2024-04-12T16:31:20.000Z","size":6403,"stargazers_count":278,"open_issues_count":5,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-14T15:24:23.026Z","etag":null,"topics":["debugger","linux","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/godzie44.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2022-12-19T13:02:37.000Z","updated_at":"2024-07-27T12:40:19.860Z","dependencies_parsed_at":"2023-02-18T08:15:15.487Z","dependency_job_id":"d49af095-35c6-496a-b1ea-e7b8dbd41e71","html_url":"https://github.com/godzie44/BugStalker","commit_stats":null,"previous_names":["godzie44/bugstalker"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godzie44%2FBugStalker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godzie44%2FBugStalker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godzie44%2FBugStalker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godzie44%2FBugStalker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/godzie44","download_url":"https://codeload.github.com/godzie44/BugStalker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135146,"owners_count":20889421,"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":["debugger","linux","rust"],"created_at":"2024-11-26T14:11:47.336Z","updated_at":"2026-01-05T14:27:01.704Z","avatar_url":"https://github.com/godzie44.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BugStalker\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"website/static/img/biglogo.png\" width=\"300\"\u003e\u003c/a\u003e\n    \u003cbr\u003e\n\u003c/p\u003e\n\n\u003e Modern debugger for Linux x86-64. Written in Rust for Rust programs.\n\n\u003ch4 align=\"center\"\u003e\n  \u003ca href=\"https://godzie44.github.io/BugStalker/docs/overview\"\u003eDocumentation\u003c/a\u003e |\n  \u003ca href=\"https://godzie44.github.io/BugStalker/\"\u003eWebsite\u003c/a\u003e\n\u003c/h4\u003e\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n\u003ca href=\"https://github.com/godzie44/BugStalker/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/godzie44/BugStalker?style=for-the-badge\"\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://crates.io/crates/bugstalker/\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/bugstalker?style=for-the-badge\"\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://github.com/godzie44/BugStalker/actions\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/godzie44/BugStalker/ci.yml?style=for-the-badge\u0026label=test\"\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://docs.rs/bugstalker/\"\u003e\n    \u003cimg src=\"https://img.shields.io/docsrs/bugstalker?style=for-the-badge\"\u003e\n\u003c/a\u003e\n\n\u003cimg src=\"https://img.shields.io/crates/l/BugStalker?style=for-the-badge\"\u003e\n\n\u003c/div\u003e\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n![debugger-demo](website/static/gif/overview.gif)\n\n\u003c/div\u003e\n\n---\n\n\n## Features\n\n* **Rust-native**: Built in Rust specifically for Rust development, with a focus on simplicity\n* **Core debugging capabilities:**\n  * Breakpoints, step-by-step execution\n  * Signal handling\n  * Watchpoints\n* **Advanced runtime inspection:**\n  * Full multithreaded application support\n  * Data query expressions\n  * Deep Rust type system integration (collections, smart pointers, thread locals, etc.), not only for printing but also for interaction\n  * Variable rendering using core::fmt::Debug trait\n* **Flexible interfaces:**\n  * Switch between console and TUI modes at any time\n* **Async Rust support** including Tokio runtime inspection\n* **Extensible architecture:**\n  * Oracle extension mechanism\n  * Built-in tokio oracle (similar to tokio_console but requires no code modifications)\n* **DAP (debugger adapter protocol) support:**\n  * VSCode [extension](https://marketplace.visualstudio.com/items?itemName=BugStalker.bugstalker)\n* **And many more powerful features!**\n\n---\n\n## Installation\n\nSee [installation page](https://godzie44.github.io/BugStalker/docs/installation)\n\n\n## Contributing\n\nFeel free to suggest changes, ask a question or implement a new feature.\nAny contributions are very welcome.\n\n[How to contribute](https://github.com/godzie44/BugStalker/blob/master/CONTRIBUTING.md).\n\n\n## Copyright\n\n© 2025 Derevtsov Konstantin. Distributed under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgodzie44%2Fbugstalker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgodzie44%2Fbugstalker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgodzie44%2Fbugstalker/lists"}