awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
scottt avatar

scottt/debugbreak

0
View on GitHub↗
676 stars·82 forks·Python·BSD-2-Clause·6 views

Debugbreak

debugbreak.h allows you to put breakpoints in your C/C++ code with a call to debugbreak()**: ```C #include #include "debugbreak.h"

Features

  • Debugging and Logging - Programmatic debug break.

Star history

Star history chart for scottt/debugbreakStar history chart for scottt/debugbreak

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Debugbreak

Similar open-source projects, ranked by how many features they share with Debugbreak.
  • folke/snacks.nvimfolke avatar

    folke/snacks.nvim

    7,747View on GitHub↗

    snacks.nvim is a comprehensive collection of quality-of-life plugins and utilities designed to extend the core functionality of Neovim. It serves as a multi-purpose toolkit providing a UI framework, navigation enhancements, and integrations with external services. The project distinguishes itself by combining a wide array of specialized tools into a single suite, including a picker-based file explorer, a deep GitHub integration for managing issues and pull requests, and a set of development utilities for profiling Lua performance and inspecting code execution. Its broader capability surface

    Lua
    View on GitHub↗7,747
  • an-dr/micrologan-dr avatar

    an-dr/microlog

    170View on GitHub↗

    Easy to use - simple API, works out of the box - Advanced filtering and log levels per topic or output - Thread-safety via external locking injection - Customization - only data you need - Extensible - add your own features via public API, set of predefined extensions - Support for embedded…

    C
    View on GitHub↗170
  • devbis/micropython-aiosentrydevbis avatar

    devbis/micropython-aiosentry

    10View on GitHub↗

    Here is a class for sending an exception with stacktrace from your micropython instance to Sentry.

    Python
    View on GitHub↗10
  • agners/sht15loggeragners avatar

    agners/sht15logger

    0View on GitHub↗

    Temperature and Humidity Logger using SHT15 written in Python 3 (MicroPython for the PyBoard 1.1).

    Python
    View on GitHub↗0
See all 14 alternatives to Debugbreak→

Frequently asked questions

What does scottt/debugbreak do?

debugbreak.h allows you to put breakpoints in your C/C++ code with a call to debugbreak(): ```C #include #include "debugbreak.h"

What are the main features of scottt/debugbreak?

The main features of scottt/debugbreak are: Debugging and Logging.

What are some open-source alternatives to scottt/debugbreak?

Open-source alternatives to scottt/debugbreak include: folke/snacks.nvim — snacks.nvim is a comprehensive collection of quality-of-life plugins and utilities designed to extend the core… an-dr/microlog — Easy to use - simple API, works out of the box - Advanced filtering and log levels per topic or output - Thread-safety… devbis/micropython-aiosentry — Here is a class for sending an exception with stacktrace from your micropython instance to Sentry. emilk/loguru — A lightweight C++ logging library. agners/sht15logger — Temperature and Humidity Logger using SHT15 written in Python 3 (MicroPython for the PyBoard 1.1). agners/scd30logger — CO2, Humidity and Temperature Logger using Sensirion SCD30 written in Python 3 for MicroPython. Continously logs date,…