All Projects → headcrab-rs → Headcrab

headcrab-rs / Headcrab

Licence: other
A modern Rust debugging library 🦀

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Headcrab

Eruda
Console for mobile browsers
Stars: ✭ 11,547 (+1427.38%)
Mutual labels:  developer-tools, debugger
Ply
CSS inspection aided by visual regression pruning
Stars: ✭ 370 (-51.06%)
Mutual labels:  developer-tools, debugger
Re Frisk
Take full control of re-frame app
Stars: ✭ 396 (-47.62%)
Mutual labels:  developer-tools, debugger
Hyperdbg
The Source Code of HyperDbg Debugger 🐞
Stars: ✭ 658 (-12.96%)
Mutual labels:  debugger
Faker
Faker is a pure Elixir library for generating fake data.
Stars: ✭ 673 (-10.98%)
Mutual labels:  developer-tools
Dontbug
Dontbug is a reverse debugger for PHP
Stars: ✭ 710 (-6.08%)
Mutual labels:  debugger
Awesome Ios Interview
📲 The curated list of iOS Developer interview questions and answers, Swift & Objective-C
Stars: ✭ 753 (-0.4%)
Mutual labels:  developer-tools
Derive more
Some more derive(Trait) options
Stars: ✭ 647 (-14.42%)
Mutual labels:  developer-tools
Luapanda
lua debug and code tools for VS Code
Stars: ✭ 738 (-2.38%)
Mutual labels:  debugger
Backbone Debugger
Chrome Developer Tools extension for debugging Backbone.js applications
Stars: ✭ 702 (-7.14%)
Mutual labels:  debugger
Puppeteer Api Zh cn
📖 Puppeteer中文文档(官方指定的中文文档)
Stars: ✭ 697 (-7.8%)
Mutual labels:  developer-tools
Platformio Vscode Ide
PlatformIO IDE for VSCode: The next generation integrated development environment for IoT
Stars: ✭ 676 (-10.58%)
Mutual labels:  debugger
Pdb Tutorial
A simple tutorial about effectively using pdb
Stars: ✭ 720 (-4.76%)
Mutual labels:  debugger
Ruby jard
Just Another Ruby Debugger. Provide a rich Terminal UI that visualizes everything your need, navigates your program with pleasure, stops at matter places only, reduces manual and mental efforts. You can now focus on real debugging.
Stars: ✭ 669 (-11.51%)
Mutual labels:  debugger
Reactprimer
React component prototyping tool that generates fully connected class component code.
Stars: ✭ 743 (-1.72%)
Mutual labels:  developer-tools
Powerline Shell
A beautiful and useful prompt for your shell
Stars: ✭ 5,743 (+659.66%)
Mutual labels:  developer-tools
Bloop
Bloop is a build server and CLI tool to compile, test and run Scala fast from any editor or build tool.
Stars: ✭ 730 (-3.44%)
Mutual labels:  developer-tools
Devdocs
API Documentation Browser
Stars: ✭ 27,208 (+3498.94%)
Mutual labels:  developer-tools
Pdbpp
pdb++, a drop-in replacement for pdb (the Python debugger)
Stars: ✭ 693 (-8.33%)
Mutual labels:  debugger
Revise.jl
Automatically update function definitions in a running Julia session
Stars: ✭ 705 (-6.75%)
Mutual labels:  developer-tools

Headcrab

project chat Build Status Build Status windows Financial Contributors on Open Collective

Contributing | Documentation | Chat | Website

A modern Rust debugging library.

Goals

This project's goal is to provide a modern debugger library for Rust so that you could build custom debuggers specific for your application. It will be developed with modern operating systems and platforms in mind.

Using Headcrab

Currently, Headcrab supports Linux x86_64 as the primary target. It's intended to be used as a library, but at this time it's not production-ready and the API stability is not guaranteed.

You can try some example applications. E.g., a command line interface to some of the exposed functions:

cargo run --example repl

asciicast

Contributing

This project exists thanks to all the people who contribute.

Please refer to the "Contributing to Headcrab" document for more information about how you can help the project. You can also join the community chat at https://headcrab.zulipchat.com

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Code contributors

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Sponsors

Support this project with your organization. Your logo will show up here with a link to your website. [Become a sponsor]

Long-term goals

  • Rust expression parser (reusing MIR and other components from the Rust compiler).
  • Read complex data structures.
  • Make symbolication reusable for eBPF and dynamic tracing.
  • JSON-RPC and support for Debug Adapter Protocol.
  • Command-line interface.
  • Integrate with rr for reverse debugging.
  • Collaborative debugging.
  • Use the LLVM DExTer to improve user experience.
  • Support more platforms and operating systems (Illumos, FreeBSD, OpenBSD, Windows).

License

Licensed under either of

at your option.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].